You are here

protected property LayoutOptionForm::$entityTypeManager in Bootstrap Layout Builder 1.x

Same name and namespace in other branches
  1. 2.x src/Form/LayoutOptionForm.php \Drupal\bootstrap_layout_builder\Form\LayoutOptionForm::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides EntityForm::$entityTypeManager

File

src/Form/LayoutOptionForm.php, line 32

Class

LayoutOptionForm
Form handler for the layout option entity forms.

Namespace

Drupal\bootstrap_layout_builder\Form

Code

protected $entityTypeManager;