public function BlockForm::__construct in Layout Builder Browser 8
Constructs an layout_builder_browserForm object.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entityTypeManager.
File
- src/
Form/ BlockForm.php, line 23
Class
- BlockForm
- Form handler for the block add and edit forms.
Namespace
Drupal\layout_builder_browser\FormCode
public function __construct(EntityTypeManagerInterface $entityTypeManager) {
$this->entityTypeManager = $entityTypeManager;
}