You are here

public function BlockCategoryForm::__construct in Layout Builder Browser 8

Constructs an layout_builder_browserForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entityTypeManager.

File

src/Form/BlockCategoryForm.php, line 22

Class

BlockCategoryForm
Form handler for the block categories add and edit forms.

Namespace

Drupal\layout_builder_browser\Form

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
}