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
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::getDisplayedToUser | function | core/ |
Gets the shortcut set to be displayed for a given user account. |
| ShortcutSetStorageInterface::unassignUser | function | core/ |
Un-assigns a user from any shortcut set they may have been assigned to. |
| 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. |
| StarterKitInterface | interface | core/ |
Allows starter kits to interact with theme generation. |
| StarterKitInterface.php | file | core/ |
|
| StarterKitInterface::postProcess | function | core/ |
Performs post-processing of a generated theme. |
| 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. |
| StateInterface::get | function | core/ |
Returns the stored value for a given key. |
| StateInterface::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| StateInterface::getTransitions | function | core/ |
Gets all the possible transition objects for the state. |
| StateInterface::getTransitionTo | function | core/ |
Gets the Transition object for the provided state ID. |
| StateInterface::getValuesSetDuringRequest | function | core/ |
Returns any values modified for a given key during the request. |
| StateInterface::id | function | core/ |
Gets the state's ID. |
| StateInterface::label | function | core/ |
Gets the state's label. |
| StateInterface::PLUGIN_FORM_KEY | constant | core/ |
The key of the state plugin form. |
| StateInterface::resetCache | function | core/ |
Resets the static cache. |
| StateInterface::set | function | core/ |
Saves a value for a given key. |
| StateInterface::setMultiple | function | core/ |
Saves key/value pairs. |
| StateInterface::weight | function | core/ |
Gets the state's weight. |
| StatementInterface | interface | core/ |
Represents a prepared statement. |
| StatementInterface.php | file | core/ |
|
| StatementInterface::execute | function | core/ |
Executes a prepared statement. |
| StatementInterface::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementInterface::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementInterface::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given column. |
| StatementInterface::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementInterface::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementInterface::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.