You are here

public function ProfileAccessControlHandler::__construct in Profile 2 8

Constructs a NodeAccessControlHandler object.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition.

Overrides EntityAccessControlHandler::__construct

File

src/ProfileAccessControlHandler.php, line 34
Contains \Drupal\profile\ProfileAccessControlHandler.

Class

ProfileAccessControlHandler
Defines the access control handler for the profile entity type.

Namespace

Drupal\profile

Code

public function __construct(EntityTypeInterface $entity_type) {
  parent::__construct($entity_type);
}