You are here

protected property PanelizerFieldPanelsStorage::$entityTypeManager in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 src/Plugin/PanelsStorage/PanelizerFieldPanelsStorage.php \Drupal\panelizer\Plugin\PanelsStorage\PanelizerFieldPanelsStorage::entityTypeManager
  2. 8.3 src/Plugin/PanelsStorage/PanelizerFieldPanelsStorage.php \Drupal\panelizer\Plugin\PanelsStorage\PanelizerFieldPanelsStorage::entityTypeManager

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/PanelsStorage/PanelizerFieldPanelsStorage.php, line 29

Class

PanelizerFieldPanelsStorage
Panels storage service that stores Panels displays in the Panelizer field.

Namespace

Drupal\panelizer\Plugin\PanelsStorage

Code

protected $entityTypeManager;