public function LayoutParagraphsBuilderAccess::__construct in Layout Paragraphs 2.0.x
Class constructor.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager service.
File
- src/
Access/ LayoutParagraphsBuilderAccess.php, line 31
Class
- LayoutParagraphsBuilderAccess
- Class definition for LayoutParagraphsBuilderAccess.
Namespace
Drupal\layout_paragraphs\AccessCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}