function 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 653
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getPermissionGranularity() {
return $this->permission_granularity;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.