function EntityTypeInterface::getPermissionGranularity
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getPermissionGranularity()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getPermissionGranularity()
- 11.x 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 413
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getPermissionGranularity();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.