Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ServiceModifierInterface::alter | function | core/ |
Modifies existing service definitions. |
| ServiceProviderInterface | interface | core/ |
Interface that all service providers must implement. |
| ServiceProviderInterface.php | file | core/ |
|
| ServiceProviderInterface::register | function | core/ |
Registers services to the container. |
| SessionConfigurationInterface | interface | core/ |
Defines an interface for session configuration generators. |
| SessionConfigurationInterface.php | file | core/ |
|
| SessionConfigurationInterface::getOptions | function | core/ |
Returns a list of options suitable for passing to the session storage. |
| SessionConfigurationInterface::hasSession | function | core/ |
Determines whether a session identifier is on the request. |
| SessionManagerInterface | interface | core/ |
Defines the session manager interface. |
| SessionManagerInterface.php | file | core/ |
|
| SessionManagerInterface::delete | function | core/ |
Ends a specific user's session(s). |
| SessionManagerInterface::destroy | function | core/ |
Destroys the current session and removes session cookies. |
| SessionManagerInterface::setWriteSafeHandler | function | core/ |
Sets the write safe session handler. |
| ShortcutInterface | interface | core/ |
Provides an interface defining a shortcut entity. |
| ShortcutInterface.php | file | core/ |
|
| ShortcutInterface::getTitle | function | core/ |
Returns the title of this shortcut. |
| ShortcutInterface::getUrl | function | core/ |
Returns the URL object pointing to the configured route. |
| ShortcutInterface::getWeight | function | core/ |
Returns the weight among shortcuts with the same depth. |
| ShortcutInterface::setTitle | function | core/ |
Sets the title of this shortcut. |
| ShortcutInterface::setWeight | function | core/ |
Sets the weight among shortcuts with the same depth. |
| ShortcutSetInterface | interface | core/ |
Provides an interface defining a shortcut set entity. |
| ShortcutSetInterface.php | file | core/ |
|
| ShortcutSetInterface::getShortcuts | function | core/ |
Returns all the shortcuts from a shortcut set sorted correctly. |
| ShortcutSetInterface::resetLinkWeights | function | core/ |
Resets the link weights in a shortcut set to match their current order. |
| ShortcutSetStorageInterface | interface | core/ |
Defines an interface for shortcut_set entity storage classes. |
| ShortcutSetStorageInterface.php | file | core/ |
|
| ShortcutSetStorageInterface::assignUser | function | core/ |
Assigns a user to a particular shortcut set. |
| ShortcutSetStorageInterface::countAssignedUsers | function | core/ |
Get the number of users who have this set assigned to them. |
| ShortcutSetStorageInterface::deleteAssignedShortcutSets | function | core/ |
Delete shortcut sets assigned to users. |
| ShortcutSetStorageInterface::getAssignedToUser | function | core/ |
Get the name of the set assigned to this user. |
| ShortcutSetStorageInterface::getDefaultSet | function | core/ |
Gets the default shortcut set for a given user account. |
| ShortcutSetStorageInterface::unassignUser | function | core/ |
Unassigns a user from any shortcut set they may have been assigned to. |
| SqlContentEntityStorageTestEntityInterface | class | core/ |
Provides an entity with dummy implementations of static methods, because those cannot be mocked. |
| SqlContentEntityStorageTestEntityInterface::postLoad | function | core/ |
Acts on loaded entities. |
| SqlEntityStorageInterface | interface | core/ |
A common interface for SQL-based entity storage implementations. |
| SqlEntityStorageInterface.php | file | core/ |
|
| SqlEntityStorageInterface::getTableMapping | function | core/ |
Gets a table mapping for the entity's SQL tables. |
| StackedRouteMatchInterface | interface | core/ |
Defines an interface for a stack of route matches. |
| StackedRouteMatchInterface.php | file | core/ |
|
| StackedRouteMatchInterface::getCurrentRouteMatch | function | core/ |
Gets the current route match. |
| StackedRouteMatchInterface::getMasterRouteMatch | function | core/ |
Gets the master route match.. |
| StackedRouteMatchInterface::getParentRouteMatch | function | core/ |
Returns the parent route match of the current. |
| StackedRouteMatchInterface::getRouteMatchFromRequest | function | core/ |
Returns a route match from a given request, if possible. |
| StateInterface | interface | core/ |
Defines the interface for the state system. |
| StateInterface | interface | core/ |
An interface for state value objects. |
| StateInterface.php | file | core/ |
|
| StateInterface.php | file | core/ |
|
| StateInterface::canTransitionTo | function | core/ |
Determines if the state can transition to the provided state ID. |
| StateInterface::delete | function | core/ |
Deletes an item. |
| StateInterface::deleteMultiple | function | core/ |
Deletes multiple items. |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.