You are here

public function EditColumnModalForm::__construct in Dynamic Layouts 8

EditRowModalForm constructor.

Parameters

\Drupal\Core\Entity\EntityFormBuilderInterface $entity_form_builder: The entity form builder.

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.

File

src/Form/EditColumnModalForm.php, line 42

Class

EditColumnModalForm
EditColumnModalForm class.

Namespace

Drupal\dynamic_layouts\Form

Code

public function __construct(EntityFormBuilderInterface $entity_form_builder, EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
  $this->entityFormBuilder = $entity_form_builder;
}