public function LibraryItemSettingsForm::__construct

Constructs a new LibraryItemBaseParagraphOverrideForm object.

Parameters

\Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface $plugin_manager_entity_reference_selection: The selection plugin manager.

\Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager: The entity field manager.

File

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

Class

LibraryItemSettingsForm
Form for Paragraphs library item settings.

Namespace

Drupal\paragraphs_library\Form

Code

public function __construct(SelectionPluginManagerInterface $plugin_manager_entity_reference_selection, EntityFieldManagerInterface $entity_field_manager) {
  $this->entityFieldManager = $entity_field_manager;
  $this->pluginManagerEntityReferenceSelection = $plugin_manager_entity_reference_selection;
}