Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| cache_factory | service | core/ |
Drupal\Core\Cache\CacheFactory |
| cache_prewarmer | service | core/ |
Drupal\Core\PreWarm\CachePreWarmer |
| cache_router_rebuild_subscriber | service | core/ |
Drupal\Core\EventSubscriber\CacheRouterRebuildSubscriber |
| cache_tags.invalidator | service | core/ |
Drupal\Core\Cache\CacheTagsInvalidator |
| cache_tags.invalidator.checksum | service | core/ |
Drupal\Core\Cache\DatabaseCacheTagsChecksum |
| cache_tags.preloader | service | core/ |
Drupal\Core\Cache\EventSubscriber\CacheTagPreloadSubscriber |
| cache_test.info.yml | file | core/ |
core/modules/system/tests/modules/cache_test/cache_test.info.yml |
| cache_test.routing.yml | file | core/ |
core/modules/system/tests/modules/cache_test/cache_test.routing.yml |
| CalculatedCacheContextInterface | interface | core/ |
Provides an interface for defining a calculated cache context service. |
| CalculatedCacheContextInterface.php | file | core/ |
|
| CalculatedCacheContextInterface::getCacheableMetadata | function | core/ |
Gets cacheability metadata for the context based on the parameter value. |
| CalculatedCacheContextInterface::getContext | function | core/ |
Returns the string representation of the cache context. |
| CalculatedCacheContextInterface::getLabel | function | core/ |
Returns the label of the cache context. |
| CalculatedPermissions | class | core/ |
Represents a calculated set of permissions with cacheable metadata. |
| CalculatedPermissions.php | file | core/ |
|
| CalculatedPermissions::__construct | function | core/ |
Constructs a new CalculatedPermissions. |
| CalculatedPermissionsInterface | interface | core/ |
Defines the calculated permissions interface. |
| CalculatedPermissionsInterface.php | file | core/ |
|
| CalculatedPermissionsInterface::getItem | function | core/ |
Retrieves a single calculated permission item from a given scope. |
| CalculatedPermissionsInterface::getItems | function | core/ |
Retrieves all of the calculated permission items, regardless of scope. |
| CalculatedPermissionsInterface::getItemsByScope | function | core/ |
Retrieves all of the calculated permission items for the given scope. |
| CalculatedPermissionsInterface::getScopes | function | core/ |
Retrieves all of the scopes that have items for them. |
| CalculatedPermissionsItem | class | core/ |
Represents a single entry for the calculated permissions. |
| CalculatedPermissionsItem.php | file | core/ |
|
| CalculatedPermissionsItem::getIdentifier | function | core/ |
Returns the identifier within the scope. |
| CalculatedPermissionsItem::getPermissions | function | core/ |
Returns the permissions for the calculated permissions item. |
| CalculatedPermissionsItem::getScope | function | core/ |
Returns the scope of the calculated permissions item. |
| CalculatedPermissionsItem::hasPermission | function | core/ |
Returns whether this item has a given permission. |
| CalculatedPermissionsItem::isAdmin | function | core/ |
Returns whether this item grants admin privileges in its scope. |
| CalculatedPermissionsItem::__construct | function | core/ |
Constructs a new CalculatedPermissionsItem. |
| CalculatedPermissionsItemInterface | interface | core/ |
Defines the calculated permissions item interface. |
| CalculatedPermissionsItemInterface.php | file | core/ |
|
| CalculatedPermissionsItemInterface::getIdentifier | function | core/ |
Returns the identifier within the scope. |
| CalculatedPermissionsItemInterface::getPermissions | function | core/ |
Returns the permissions for the calculated permissions item. |
| CalculatedPermissionsItemInterface::getScope | function | core/ |
Returns the scope of the calculated permissions item. |
| CalculatedPermissionsItemInterface::hasPermission | function | core/ |
Returns whether this item has a given permission. |
| CalculatedPermissionsItemInterface::isAdmin | function | core/ |
Returns whether this item grants admin privileges in its scope. |
| CalculatedPermissionsItemTest | class | core/ |
Tests the CalculatedPermissionsItem value object. |
| CalculatedPermissionsItemTest.php | file | core/ |
|
| CalculatedPermissionsItemTest::testConstructor | function | core/ |
Tests that the object values were set in the constructor. |
| CalculatedPermissionsItemTest::testHasPermission | function | core/ |
Tests the permission check when the admin flag is not set. |
| CalculatedPermissionsItemTest::testHasPermissionWithAdminFlag | function | core/ |
Tests the permission check when the admin flag is set. |
| CalculatedPermissionsTest | class | core/ |
Tests the CalculatedPermissions value object. |
| CalculatedPermissionsTest.php | file | core/ |
|
| CalculatedPermissionsTest::testConstructor | function | core/ |
Tests that the object values were set in the constructor. |
| CalculatedPermissionsTrait | trait | core/ |
Trait for \Drupal\Core\Session\CalculatedPermissionsInterface. |
| CalculatedPermissionsTrait.php | file | core/ |
|
| CalculatedPermissionsTrait::$items | property | core/ |
A list of calculated permission items, keyed by scope and identifier. |
| CalculatedPermissionsTrait::getItem | function | core/ |
|
| CalculatedPermissionsTrait::getItems | function | core/ |
Pagination
- Previous page
- Page 152
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.