Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RevisionLogInterface::getRevisionCreationTime | function | core/ |
Gets the entity revision creation timestamp. |
RevisionLogInterface::getRevisionLogMessage | function | core/ |
Returns the entity revision log message. |
RevisionLogInterface::getRevisionUser | function | core/ |
Gets the entity revision author. |
RevisionLogInterface::getRevisionUserId | function | core/ |
Gets the entity revision author ID. |
RevisionLogInterface::setRevisionCreationTime | function | core/ |
Sets the entity revision creation timestamp. |
RevisionLogInterface::setRevisionLogMessage | function | core/ |
Sets the entity revision log message. |
RevisionLogInterface::setRevisionUser | function | core/ |
Sets the entity revision author. |
RevisionLogInterface::setRevisionUserId | function | core/ |
Sets the entity revision author by ID. |
RoleInterface | interface | core/ |
Provides an interface defining a user role entity. |
RoleInterface.php | file | core/ |
|
RoleInterface::ANONYMOUS_ID | constant | core/ |
Role ID for anonymous users; should match the 'role' entity ID. |
RoleInterface::AUTHENTICATED_ID | constant | core/ |
Role ID for authenticated users; should match the 'role' entity ID. |
RoleInterface::getPermissions | function | core/ |
Returns a list of permissions assigned to the role. |
RoleInterface::getWeight | function | core/ |
Returns the weight. |
RoleInterface::grantPermission | function | core/ |
Grant permissions to the role. |
RoleInterface::hasPermission | function | core/ |
Checks if the role has a permission. |
RoleInterface::isAdmin | function | core/ |
Indicates that a role has all available permissions. |
RoleInterface::revokePermission | function | core/ |
Revokes a permissions from the user role. |
RoleInterface::setIsAdmin | function | core/ |
Sets the role to be an admin role. |
RoleInterface::setWeight | function | core/ |
Sets the weight to the given value. |
RoleStorageInterface | interface | core/ |
Defines an interface for role entity storage classes. |
RoleStorageInterface.php | file | core/ |
|
RoleStorageInterface::isPermissionInRoles | function | core/ |
Returns whether a permission is in one of the passed in roles. |
RollbackAwareInterface | interface | core/ |
Interface for plugins that react to pre- or post-rollback events. |
RollbackAwareInterface.php | file | core/ |
|
RollbackAwareInterface::postRollback | function | core/ |
Performs post-rollback tasks. |
RollbackAwareInterface::preRollback | function | core/ |
Performs pre-rollback tasks. |
RouteBuilderInterface | interface | core/ |
Rebuilds the route information and dumps it. |
RouteBuilderInterface.php | file | core/ |
|
RouteBuilderInterface::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
RouteBuilderInterface::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
RouteBuilderInterface::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
RouteMatchInterface | interface | core/ |
Provides an interface for classes representing the result of routing. |
RouteMatchInterface.php | file | core/ |
|
RouteMatchInterface::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
RouteMatchInterface::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
RouteMatchInterface::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
RouteMatchInterface::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
RouteMatchInterface::getRouteName | function | core/ |
Returns the route name. |
RouteMatchInterface::getRouteObject | function | core/ |
Returns the route object. |
RouteObjectInterface | interface | core/ |
Provides constants used for retrieving matched routes. |
RouteObjectInterface.php | file | core/ |
|
RouteObjectInterface::CONTROLLER_NAME | constant | core/ |
Key for the controller. |
RouteObjectInterface::ROUTE_NAME | constant | core/ |
Key for the route name. |
RouteObjectInterface::ROUTE_OBJECT | constant | core/ |
Key for the route object. |
RouteProviderInterface | interface | core/ |
Extends the router provider interface. |
RouteProviderInterface.php | file | core/ |
|
RouteProviderInterface::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProviderInterface::getRouteByName | function | core/ |
Find the route using the provided route name. |
RouteProviderInterface::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.