function BlockContentPermissions::__construct
Constructs a BlockContentPermissions instance.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: Entity type manager.
File
-
core/
modules/ block_content/ src/ BlockContentPermissions.php, line 26
Class
- BlockContentPermissions
- Provide dynamic permissions for blocks of different types.
Namespace
Drupal\block_contentCode
public function __construct(protected EntityTypeManagerInterface $entityTypeManager) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.