Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
StatementInterface::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementInterface.php Returns the result set as an associative array keyed by the given field.
StatementInterface::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementInterface.php Returns the entire result set as a single associative array.
StatementInterface::fetchAssoc function core/lib/Drupal/Core/Database/StatementInterface.php Fetches the next row and returns it as an associative array.
StatementInterface::fetchCol function core/lib/Drupal/Core/Database/StatementInterface.php Returns an entire single column of a result set as an indexed array.
StatementInterface::fetchField function core/lib/Drupal/Core/Database/StatementInterface.php Returns a single field from the next record of a result set.
StatementInterface::fetchObject function core/lib/Drupal/Core/Database/StatementInterface.php Fetches the next row and returns it as an object.
StatementInterface::getConnectionTarget function core/lib/Drupal/Core/Database/StatementInterface.php Returns the target connection this statement is associated with.
StatementInterface::getQueryString function core/lib/Drupal/Core/Database/StatementInterface.php Gets the query string of this statement.
StatementInterface::rowCount function core/lib/Drupal/Core/Database/StatementInterface.php Returns the number of rows matched by the last SQL statement.
StatementInterface::setFetchMode function core/lib/Drupal/Core/Database/StatementInterface.php Sets the default fetch mode for this statement.
StateTransitionValidationInterface interface core/modules/content_moderation/src/StateTransitionValidationInterface.php Validates whether a certain state transition is allowed.
StateTransitionValidationInterface.php file core/modules/content_moderation/src/StateTransitionValidationInterface.php
StateTransitionValidationInterface::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidationInterface.php Gets a list of transitions that are legal for this user on this entity.
StateTransitionValidationInterface::isTransitionValid function core/modules/content_moderation/src/StateTransitionValidationInterface.php Checks if a transition between two states if valid for the given user.
StaticDiscoveryDecoratorTestMockInterface interface core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Interface used in the mocking process of this test.
StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Function used in the mocking process of this test.
StaticMenuLinkOverridesInterface interface core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Defines an interface for objects which overrides menu links defined in YAML.
StaticMenuLinkOverridesInterface.php file core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php
StaticMenuLinkOverridesInterface::deleteMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Deletes multiple overrides to definitions of static (YAML-defined) links.
StaticMenuLinkOverridesInterface::deleteOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Deletes any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::getCacheTags function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php The unique cache tag associated with this menu link override.
StaticMenuLinkOverridesInterface::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::loadOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::reload function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Reloads the overrides from config.
StaticMenuLinkOverridesInterface::saveOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Saves the override.
StaticReflectionClass::getInterfaceNames function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionClass::getInterfaces function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionClass::implementsInterface function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionClass::isInterface function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StorageCacheInterface interface core/lib/Drupal/Core/Config/StorageCacheInterface.php Defines an interface for cached configuration storage.
StorageCacheInterface.php file core/lib/Drupal/Core/Config/StorageCacheInterface.php
StorageCacheInterface::resetListCache function core/lib/Drupal/Core/Config/StorageCacheInterface.php Reset the static cache of the listAll() cache.
StorageComparerInterface interface core/lib/Drupal/Core/Config/StorageComparerInterface.php Defines an interface for comparison of configuration storage objects.
StorageComparerInterface.php file core/lib/Drupal/Core/Config/StorageComparerInterface.php
StorageComparerInterface::createChangelist function core/lib/Drupal/Core/Config/StorageComparerInterface.php Calculates the differences.
StorageComparerInterface::extractRenameNames function core/lib/Drupal/Core/Config/StorageComparerInterface.php Extracts old and new configuration names from a configuration change name.
StorageComparerInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the existing collections from both the target and source storage.
StorageComparerInterface::getChangelist function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the list of differences to import.
StorageComparerInterface::getEmptyChangelist function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets an empty changelist.
StorageComparerInterface::getSourceStorage function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the configuration source storage.
StorageComparerInterface::getTargetStorage function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the configuration target storage.
StorageComparerInterface::hasChanges function core/lib/Drupal/Core/Config/StorageComparerInterface.php Checks if there are any operations with changes to process.
StorageComparerInterface::moveRenameToUpdate function core/lib/Drupal/Core/Config/StorageComparerInterface.php Moves a rename operation to an update.
StorageComparerInterface::reset function core/lib/Drupal/Core/Config/StorageComparerInterface.php Recalculates the differences.
StorageComparerInterface::validateSiteUuid function core/lib/Drupal/Core/Config/StorageComparerInterface.php Validates that the system.site::uuid in the source and target match.
StorageComparerInterface::writeMode function core/lib/Drupal/Core/Config/StorageComparerInterface.php Changes the StorageComparer to write mode.
StorageInterface interface core/lib/Drupal/Core/Config/StorageInterface.php Defines an interface for configuration storage.
StorageInterface.php file core/lib/Drupal/Core/Config/StorageInterface.php
StorageInterface::createCollection function core/lib/Drupal/Core/Config/StorageInterface.php Creates a collection on the storage.
StorageInterface::decode function core/lib/Drupal/Core/Config/StorageInterface.php Decodes configuration data from the storage-specific format.

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