Constructs a RevisionOverviewForm object.
\Drupal\paragraphs_collection\StyleDiscoveryInterface $style_discovery: The discovery service for style files.
public function __construct(StyleDiscoveryInterface $style_discovery) {
$this->config = $this
->config('paragraphs_collection.settings');
$this->styleDiscovery = $style_discovery;
}