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 |
|---|---|---|---|
| RestResourceConfigInterface::RESOURCE_GRANULARITY | constant | core/ |
Granularity value for per-resource configuration. |
| RevisionableEntityBundleInterface | interface | core/ |
Provides an interface defining a revisionable entity bundle. |
| RevisionableEntityBundleInterface.php | file | core/ |
|
| RevisionableEntityBundleInterface::shouldCreateNewRevision | function | core/ |
Gets whether a new revision should be created by default. |
| RevisionableInterface | interface | core/ |
Provides methods for an entity to support revisions. |
| RevisionableInterface.php | file | core/ |
|
| RevisionableInterface::getLoadedRevisionId | function | core/ |
Gets the loaded Revision ID of the entity. |
| RevisionableInterface::getRevisionId | function | core/ |
Gets the revision identifier of the entity. |
| RevisionableInterface::isDefaultRevision | function | core/ |
Checks if this entity is the default revision. |
| RevisionableInterface::isLatestRevision | function | core/ |
Checks if this entity is the latest revision. |
| RevisionableInterface::isNewRevision | function | core/ |
Determines whether a new revision should be created on save. |
| RevisionableInterface::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
| RevisionableInterface::setNewRevision | function | core/ |
Enforces an entity to be saved as a new revision. |
| RevisionableInterface::updateLoadedRevisionId | function | core/ |
Updates the loaded Revision ID with the revision ID. |
| RevisionableInterface::wasDefaultRevision | function | core/ |
Checks whether the entity object was a default revision when it was saved. |
| RevisionableStorageInterface | interface | core/ |
A storage that supports revisionable entity types. |
| RevisionableStorageInterface.php | file | core/ |
|
| RevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
| RevisionableStorageInterface::deleteRevision | function | core/ |
Deletes a specific entity revision. |
| RevisionableStorageInterface::getLatestRevisionId | function | core/ |
Returns the latest revision identifier for an entity. |
| RevisionableStorageInterface::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
| RevisionableStorageInterface::loadRevision | function | core/ |
Loads a specific entity revision. |
| RevisionableStorageInterface::loadRevisionUnchanged | function | core/ |
Loads an unchanged entity by revision ID from the database. |
| RevisionLogInterface | interface | core/ |
Defines methods for an entity that supports revision logging and ownership. |
| RevisionLogInterface.php | file | core/ |
|
| 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/ |
Pagination
- Previous page
- Page 72
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.