Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getPermissionGranularity()
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getPermissionGranularity()

Gets the permission granularity level.

The allowed values are respectively "entity_type" or "bundle".

Return value

string Whether a module exposing permissions for the current entity type should use entity-type level granularity or bundle level granularity.

1 method overrides EntityTypeInterface::getPermissionGranularity()
EntityType::getPermissionGranularity in core/lib/Drupal/Core/Entity/EntityType.php
Gets the permission granularity level.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 406

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getPermissionGranularity();