public static function LibraryItemSettingsForm::create

File

paragraphs/modules/paragraphs_library/src/Form/LibraryItemSettingsForm.php, line 49

Class

LibraryItemSettingsForm
Form for Paragraphs library item settings.

Namespace

Drupal\paragraphs_library\Form

Code

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