public EntityType::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.
Overrides EntityTypeInterface::getPermissionGranularity
File
- core/lib/Drupal/Core/Entity/EntityType.php, line 603
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
public function getPermissionGranularity() { return $this->permission_granularity; }
Please login to continue.