Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| CalculatedPermissionsTrait::getItemsByScope | function | core/ |
|
| CalculatedPermissionsTrait::getScopes | function | core/ |
|
| CallableResolver | class | core/ |
Resolves PHP callables. |
| CallableResolver.php | file | core/ |
|
| CallableResolver::getCallableFromDefinition | function | core/ |
Gets a callable from a definition. |
| CallableResolver::__construct | function | core/ |
Constructs a CallableResolver object. |
| CallableResolverTest | class | core/ |
Tests Drupal\Core\Utility\CallableResolver. |
| CallableResolverTest.php | file | core/ |
|
| CallableResolverTest::$resolver | property | core/ |
The callable resolver. |
| CallableResolverTest::callableResolverExceptionHandlingTestCases | function | core/ |
Test cases for ::testCallbackResolverExceptionHandling. |
| CallableResolverTest::method | function | core/ |
A test method that returns "foo". |
| CallableResolverTest::setUp | function | core/ |
|
| CallableResolverTest::staticMethod | function | core/ |
A test static method that returns "foo". |
| CallableResolverTest::testCallbackResolver | function | core/ |
Tests callback resolver. |
| CallableResolverTest::testCallbackResolverExceptionHandling | function | core/ |
Tests callback resolver exception handling. |
| CallableResolverTest::__invoke | function | core/ |
A test __invoke method. |
| callable_resolver | service | core/ |
Drupal\Core\Utility\CallableResolver |
| callback | function | core/ |
A test render callback. |
| Callback | class | core/ |
Passes the source value to a callback. |
| Callback.php | file | core/ |
|
| Callback::transform | function | core/ |
Performs the associated process. |
| Callback::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| Callbacks | class | core/ |
Simple class for testing methods as Form API callbacks. |
| Callbacks | class | core/ |
Simple object for testing methods as Ajax callbacks. |
| Callbacks | class | core/ |
Simple object with callbacks. |
| Callbacks | group | core/ |
Callback function signatures. |
| Callbacks.php | file | core/ |
|
| Callbacks.php | file | core/ |
Pagination
- Previous page
- Page 154
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.