public static function ParagraphsTypeForm::create

File

paragraphs/src/Form/ParagraphsTypeForm.php, line 56

Class

ParagraphsTypeForm
Form controller for paragraph type forms.

Namespace

Drupal\paragraphs\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('plugin.manager.paragraphs.behavior'), $container
    ->get('messenger'));
}