public EntityAccessControlHandler::__construct(EntityTypeInterface $entity_type)
Constructs an access control handler instance.
\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition.
public function __construct(EntityTypeInterface $entity_type) { $this->entityTypeId = $entity_type->id(); $this->entityType = $entity_type; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityAccessControlHandler.php/function/EntityAccessControlHandler::__construct/8.1.x