public static function StylesOverviewForm::create

File

paragraphs_collection/src/Form/StylesOverviewForm.php, line 43

Class

StylesOverviewForm
Provides a form for revision overview page.

Namespace

Drupal\paragraphs_collection\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('paragraphs_collection.style_discovery'));
}