Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
CastSqlInterface | interface | core/ |
Defines an interface for defining cast expressions in SQL. |
CastSqlInterface.php | file | core/ |
|
CastSqlInterface::getFieldAsInt | function | core/ |
Returns a database expression to cast the field to int. |
CategorizingPluginManagerInterface | interface | core/ |
Defines an interface for plugin managers that categorize plugin definitions. |
CategorizingPluginManagerInterface.php | file | core/ |
|
CategorizingPluginManagerInterface::getCategories | function | core/ |
Gets the names of all categories. |
CategorizingPluginManagerInterface::getGroupedDefinitions | function | core/ |
Gets sorted plugin definitions grouped by category. |
CategorizingPluginManagerInterface::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
ChainBreadcrumbBuilderInterface | interface | core/ |
Defines an interface a chained service that builds the breadcrumb. |
ChainBreadcrumbBuilderInterface.php | file | core/ |
|
ChainBreadcrumbBuilderInterface::addBuilder | function | core/ |
Adds another breadcrumb builder. |
ChainEntityResolverInterface | interface | core/ |
An interface for delegating an entity resolution to a chain of resolvers. |
ChainEntityResolverInterface.php | file | core/ |
|
ChainEntityResolverInterface::addResolver | function | core/ |
Adds an entity resolver. |
ChainRequestPolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
ChainRequestPolicyInterface.php | file | core/ |
|
ChainRequestPolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
ChainResponsePolicyInterface.php | file | core/ |
|
ChainResponsePolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
CheckpointListInterface | interface | core/ |
Maintains a list of checkpoints. |
CheckpointListInterface.php | file | core/ |
|
CheckpointListInterface::add | function | core/ |
Adds a new checkpoint. |
CheckpointListInterface::delete | function | core/ |
Deletes a checkpoint. |
CheckpointListInterface::deleteAll | function | core/ |
Deletes all checkpoints. |
CheckpointListInterface::get | function | core/ |
Gets a checkpoint. |
CheckpointListInterface::getActiveCheckpoint | function | core/ |
Gets the active checkpoint. |
CheckpointListInterface::getParents | function | core/ |
Gets a checkpoint's parents. |
CheckpointStorageInterface | interface | core/ |
Provides an interface for checkpoint storages. |
CheckpointStorageInterface.php | file | core/ |
|
CheckpointStorageInterface::checkpoint | function | core/ |
Creates a checkpoint, if required, and returns the active checkpoint. |
CheckpointStorageInterface::setCheckpointToReadFrom | function | core/ |
Sets the checkpoint to read from. |
CheckProviderInterface | interface | core/ |
Provides the available access checkers by service IDs. |
CheckProviderInterface.php | file | core/ |
|
CheckProviderInterface::addCheckService | function | core/ |
Registers a new AccessCheck by service ID. |
CheckProviderInterface::getChecksNeedRequest | function | core/ |
A list of checks that needs the request. |
CheckProviderInterface::loadCheck | function | core/ |
Lazy-loads access check services. |
CheckProviderInterface::setChecks | function | core/ |
For each route, saves a list of applicable access checks to the route. |
ChmodInterface | interface | core/ |
Defines an interface to chmod files. |
ChmodInterface.php | file | core/ |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.