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 |
|---|---|---|---|
| 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::getConnectionTarget | function | core/ |
Returns the target connection this statement is associated with. |
| StatementInterface::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementInterface::rowCount | function | core/ |
Returns the number of rows matched 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. |
| StaticDiscoveryDecoratorTestMockInterface | interface | core/ |
Interface used in the mocking process of this test. |
| StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback | function | core/ |
Function used in the mocking process of this test. |
| 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. |
| StaticReflectionClass::getInterfaceNames | function | core/ |
|
| StaticReflectionClass::getInterfaces | function | core/ |
|
| StaticReflectionClass::implementsInterface | function | core/ |
|
| StaticReflectionClass::isInterface | function | core/ |
|
| 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. |
| StorageComparerInterface | interface | core/ |
Defines an interface for comparison of configuration storage objects. |
| StorageComparerInterface.php | file | core/ |
|
| StorageComparerInterface::createChangelist | function | core/ |
Calculates the differences. |
| StorageComparerInterface::extractRenameNames | function | core/ |
Extracts old and new configuration names from a configuration change name. |
| StorageComparerInterface::getAllCollectionNames | function | core/ |
Gets the existing collections from both the target and source storage. |
| StorageComparerInterface::getChangelist | function | core/ |
Gets the list of differences to import. |
| StorageComparerInterface::getEmptyChangelist | function | core/ |
Gets an empty changelist. |
| StorageComparerInterface::getSourceStorage | function | core/ |
Gets the configuration source storage. |
| StorageComparerInterface::getTargetStorage | function | core/ |
Gets the configuration target storage. |
| StorageComparerInterface::hasChanges | function | core/ |
Checks if there are any operations with changes to process. |
| StorageComparerInterface::moveRenameToUpdate | function | core/ |
Moves a rename operation to an update. |
| StorageComparerInterface::reset | function | core/ |
Recalculates the differences. |
| StorageComparerInterface::validateSiteUuid | function | core/ |
Validates that the system.site::uuid in the source and target match. |
| StorageComparerInterface::writeMode | function | core/ |
Changes the StorageComparer to write mode. |
| StorageInterface | interface | core/ |
Defines an interface for configuration storage. |
| StorageInterface.php | file | core/ |
|
| StorageInterface::createCollection | function | core/ |
Creates a collection on the storage. |
| StorageInterface::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
Pagination
- Previous page
- Page 78
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.