function EntityTypeManagerInterface::getAccessControlHandler

Creates a new access control handler instance.

Parameters

string $entity_type_id: The entity type ID for this access control handler.

Return value

\Drupal\Core\Entity\EntityAccessControlHandlerInterface An access control handler instance.

1 method overrides EntityTypeManagerInterface::getAccessControlHandler()
EntityTypeManager::getAccessControlHandler in core/lib/Drupal/Core/Entity/EntityTypeManager.php
Creates a new access control handler instance.

File

core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php, line 22

Class

EntityTypeManagerInterface
Provides an interface for entity type managers.

Namespace

Drupal\Core\Entity

Code

public function getAccessControlHandler($entity_type_id);

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