Search for interface

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.