You are here

protected property BootstrapLayoutDeriver::$entityTypeManager in Bootstrap Layout Builder 2.x

Same name and namespace in other branches
  1. 1.x src/Plugin/Deriver/BootstrapLayoutDeriver.php \Drupal\bootstrap_layout_builder\Plugin\Deriver\BootstrapLayoutDeriver::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Deriver/BootstrapLayoutDeriver.php, line 25

Class

BootstrapLayoutDeriver
Makes a bootstrap layout for each layout config entity.

Namespace

Drupal\bootstrap_layout_builder\Plugin\Deriver

Code

protected $entityTypeManager;