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 11.x for interface
  5. Other projects
Title Object type File name Summary
KeyValueStoreExpirableInterface::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves an array of values with a time to live.
KeyValueStoreExpirableInterface::setWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves a value for a given key with a time to live.
KeyValueStoreExpirableInterface::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Sets a value for a given key with a time to live if it does not yet exist.
KeyValueStoreInterface interface core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Defines the interface for key/value store implementations.
KeyValueStoreInterface.php file core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php
KeyValueStoreInterface::delete function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Deletes an item from the key/value store.
KeyValueStoreInterface::deleteAll function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Deletes all items from the key/value store.
KeyValueStoreInterface::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Deletes multiple items from the key/value store.
KeyValueStoreInterface::get function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the stored value for a given key.
KeyValueStoreInterface::getAll function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns all stored key/value pairs in the collection.
KeyValueStoreInterface::getCollectionName function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the name of this collection.
KeyValueStoreInterface::getMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the stored key/value pairs for a given set of keys.
KeyValueStoreInterface::has function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns whether a given key exists in the store.
KeyValueStoreInterface::rename function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Renames a key.
KeyValueStoreInterface::set function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves a value for a given key.
KeyValueStoreInterface::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves a value for a given key if it does not exist yet.
KeyValueStoreInterface::setMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves key/value pairs.
LanguageConfigFactoryOverrideInterface interface core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Defines the interface for a configuration factory language override object.
LanguageConfigFactoryOverrideInterface.php file core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php
LanguageConfigFactoryOverrideInterface::getLanguage function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Gets the language object used to override configuration data.
LanguageConfigFactoryOverrideInterface::getOverride function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Get language override for given language and configuration name.
LanguageConfigFactoryOverrideInterface::getStorage function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Returns the storage instance for a particular langcode.
LanguageConfigFactoryOverrideInterface::installLanguageOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Installs available language configuration overrides for a given langcode.
LanguageConfigFactoryOverrideInterface::setLanguage function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Sets the language to be used in configuration overrides.
LanguageInterface interface core/lib/Drupal/Core/Language/LanguageInterface.php Defines an interface for languages.
LanguageInterface.php file core/lib/Drupal/Core/Language/LanguageInterface.php
LanguageInterface::DIRECTION_LTR constant core/lib/Drupal/Core/Language/LanguageInterface.php Language written left to right. Possible value of $language->direction.
LanguageInterface::DIRECTION_RTL constant core/lib/Drupal/Core/Language/LanguageInterface.php Language written right to left. Possible value of $language->direction.
LanguageInterface::getDirection function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the text direction (left-to-right or right-to-left).
LanguageInterface::getId function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the ID (language code).
LanguageInterface::getName function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the name of the language.
LanguageInterface::getWeight function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the weight of the language.
LanguageInterface::isDefault function core/lib/Drupal/Core/Language/LanguageInterface.php Returns whether this language is the default language.
LanguageInterface::isLocked function core/lib/Drupal/Core/Language/LanguageInterface.php Returns whether this language is locked.
LanguageInterface::LANGCODE_DEFAULT constant core/lib/Drupal/Core/Language/LanguageInterface.php Language code referring to the default language of data, e.g. of an entity.
LanguageInterface::LANGCODE_NOT_APPLICABLE constant core/lib/Drupal/Core/Language/LanguageInterface.php The language code used when the marked object has no linguistic content.
LanguageInterface::LANGCODE_NOT_SPECIFIED constant core/lib/Drupal/Core/Language/LanguageInterface.php The language code used when no language is explicitly assigned (yet).
LanguageInterface::LANGCODE_SITE_DEFAULT constant core/lib/Drupal/Core/Language/LanguageInterface.php Language code referring to site's default language.
LanguageInterface::LANGCODE_SYSTEM constant core/lib/Drupal/Core/Language/LanguageInterface.php Special system language code (only applicable to UI language).
LanguageInterface::STATE_ALL constant core/lib/Drupal/Core/Language/LanguageInterface.php The language state used when referring to all languages.
LanguageInterface::STATE_CONFIGURABLE constant core/lib/Drupal/Core/Language/LanguageInterface.php The language state when referring to configurable languages.
LanguageInterface::STATE_LOCKED constant core/lib/Drupal/Core/Language/LanguageInterface.php The language state when referring to locked languages.
LanguageInterface::STATE_SITE_DEFAULT constant core/lib/Drupal/Core/Language/LanguageInterface.php The language state used when referring to the site's default language.
LanguageInterface::TYPE_CONTENT constant core/lib/Drupal/Core/Language/LanguageInterface.php The type of language used to define the content language.
LanguageInterface::TYPE_INTERFACE constant core/lib/Drupal/Core/Language/LanguageInterface.php The type of language used to select the user interface.
LanguageInterface::TYPE_URL constant core/lib/Drupal/Core/Language/LanguageInterface.php The type of language used for URLs.
LanguageInterface::VALID_LANGCODE_REGEX constant core/lib/Drupal/Core/Language/LanguageInterface.php A regex for validating language codes according to W3C specifications.
LanguageManagerInterface interface core/lib/Drupal/Core/Language/LanguageManagerInterface.php Common interface for the language manager service.
LanguageManagerInterface.php file core/lib/Drupal/Core/Language/LanguageManagerInterface.php
LanguageManagerInterface::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Gets the current configuration override language.

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