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 |
---|---|---|---|
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::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 field. |
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. |
StatementInterface::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
StatementInterface::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
StatementInterface::getQueryString | function | core/ |
Gets the query string of this statement. |
StatementInterface::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
StatementInterface::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
StateTransitionValidationInterface | interface | core/ |
Validates whether a certain state transition is allowed. |
StateTransitionValidationInterface.php | file | core/ |
|
StateTransitionValidationInterface::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
StateTransitionValidationInterface::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
StaticMenuLinkOverridesInterface | interface | core/ |
Defines an interface for objects which overrides menu links defined in YAML. |
StaticMenuLinkOverridesInterface.php | file | core/ |
|
StaticMenuLinkOverridesInterface::deleteMultipleOverrides | function | core/ |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
StaticMenuLinkOverridesInterface::deleteOverride | function | core/ |
Deletes any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::getCacheTags | function | core/ |
The unique cache tag associated with this menu link override. |
StaticMenuLinkOverridesInterface::loadMultipleOverrides | function | core/ |
Loads overrides to multiple definitions of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::loadOverride | function | core/ |
Loads any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::reload | function | core/ |
Reloads the overrides from config. |
StaticMenuLinkOverridesInterface::saveOverride | function | core/ |
Saves the override. |
StatisticsStorageInterface | interface | core/ |
Provides an interface defining Statistics Storage. |
StatisticsStorageInterface.php | file | core/ |
|
StatisticsStorageInterface::deleteViews | function | core/ |
Delete counts for a specific entity. |
StatisticsStorageInterface::fetchAll | function | core/ |
Returns the number of times a entity has been viewed. |
StatisticsStorageInterface::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
StatisticsStorageInterface::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
StatisticsStorageInterface::maxTotalCount | function | core/ |
Returns the highest 'totalcount' value. |
StatisticsStorageInterface::recordView | function | core/ |
Count a entity view. |
StatisticsStorageInterface::resetDayCount | function | core/ |
Reset the day counter for all entities once every day. |
StorageCacheInterface | interface | core/ |
Defines an interface for cached configuration storage. |
StorageCacheInterface.php | file | core/ |
|
StorageCacheInterface::resetListCache | function | core/ |
Reset the static cache of the listAll() cache. |
Pagination
- Previous page
- Page 76
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.