function BlockContentPermissions::__construct

Same name in other branches
  1. 11.x core/modules/block_content/src/BlockContentPermissions.php \Drupal\block_content\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_content

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.