public function ComponentFormBase::__construct in Layout Paragraphs 2.0.x
File
- src/
Form/ ComponentFormBase.php, line 88
Class
- ComponentFormBase
- Class LayoutParagraphsComponentFormBase.
Namespace
Drupal\layout_paragraphs\FormCode
public function __construct(LayoutParagraphsLayoutTempstoreRepository $tempstore, EntityTypeManagerInterface $entity_type_manager, LayoutPluginManager $layout_plugin_manager, ModuleHandler $module_handler, EventDispatcherInterface $event_dispatcher, EntityRepositoryInterface $entity_repository) {
$this->tempstore = $tempstore;
$this->entityTypeManager = $entity_type_manager;
$this->layoutPluginManager = $layout_plugin_manager;
$this->moduleHandler = $module_handler;
$this->eventDispatcher = $event_dispatcher;
$this->entityRepository = $entity_repository;
}