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
TokenReplaceKernelTestBase::$interfaceLanguage property core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php The interface language.
TopBarItemManagerInterface interface core/modules/navigation/src/TopBarItemManagerInterface.php Top bar item plugin manager.
TopBarItemManagerInterface.php file core/modules/navigation/src/TopBarItemManagerInterface.php
TopBarItemManagerInterface::getDefinitionsByRegion function core/modules/navigation/src/TopBarItemManagerInterface.php Gets the top bar item plugins by region.
TopBarItemManagerInterface::getRenderedTopBarItemsByRegion function core/modules/navigation/src/TopBarItemManagerInterface.php Gets the top bar items prepared as render array.
TopBarItemPluginInterface interface core/modules/navigation/src/TopBarItemPluginInterface.php Interface for top bar plugins.
TopBarItemPluginInterface.php file core/modules/navigation/src/TopBarItemPluginInterface.php
TopBarItemPluginInterface::build function core/modules/navigation/src/TopBarItemPluginInterface.php Builds and returns the renderable array for this top bar item plugin.
TopBarItemPluginInterface::label function core/modules/navigation/src/TopBarItemPluginInterface.php Returns the translated plugin label.
TopBarItemPluginInterface::region function core/modules/navigation/src/TopBarItemPluginInterface.php Returns the plugin region.
TopBarItemPluginInterface::weight function core/modules/navigation/src/TopBarItemPluginInterface.php Returns the plugin weight.
TopLevelDataInterface interface core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Interface for objects that can appear as top-level object data.
TopLevelDataInterface.php file core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php
TopLevelDataInterface::getData function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data for the top-level data member of a JSON:API document.
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TopLevelDataInterface::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's meta member with the top-level meta member.
TopLevelDataInterface::getOmissions function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data that was omitted from the JSON:API document.
TransactionManagerInterface interface core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Interface for the database transaction manager classes.
TransactionManagerInterface.php file core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php
TransactionManagerInterface::addPostTransactionCallback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Adds a root transaction end callback.
TransactionManagerInterface::has function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Checks if a named Drupal transaction is active.
TransactionManagerInterface::inTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Determines if there is an active transaction open.
TransactionManagerInterface::purge function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Purges a Drupal transaction from the manager.
TransactionManagerInterface::push function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Pushes a new Drupal transaction on the stack.
TransactionManagerInterface::rollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Rolls back a Drupal transaction.
TransactionManagerInterface::unpile function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Removes a Drupal transaction from the stack.
TransactionManagerInterface::voidClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Voids the client connection.
TransitionInterface interface core/modules/workflows/src/TransitionInterface.php A transition value object that describes the transition between two states.
TransitionInterface.php file core/modules/workflows/src/TransitionInterface.php
TransitionInterface::DIRECTION_FROM constant core/modules/workflows/src/TransitionInterface.php The transition direction from.
TransitionInterface::DIRECTION_TO constant core/modules/workflows/src/TransitionInterface.php The transition direction to.
TransitionInterface::from function core/modules/workflows/src/TransitionInterface.php Gets the transition's from states.
TransitionInterface::id function core/modules/workflows/src/TransitionInterface.php Gets the transition's ID.
TransitionInterface::label function core/modules/workflows/src/TransitionInterface.php Gets the transition's label.
TransitionInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/TransitionInterface.php The key of the transition plugin form.
TransitionInterface::to function core/modules/workflows/src/TransitionInterface.php Gets the transition's to state.
TransitionInterface::weight function core/modules/workflows/src/TransitionInterface.php Gets the transition's weight.
TranslatableInterface interface core/lib/Drupal/Core/Entity/TranslatableInterface.php Provides methods for an entity to support translation.
TranslatableInterface interface core/lib/Drupal/Core/TypedData/TranslatableInterface.php Interface for translatable data.
TranslatableInterface.php file core/lib/Drupal/Core/TypedData/TranslatableInterface.php
TranslatableInterface.php file core/lib/Drupal/Core/Entity/TranslatableInterface.php
TranslatableInterface::addTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Adds a new translation to the translatable object.
TranslatableInterface::getTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Gets a translation of the data.
TranslatableInterface::getTranslationLanguages function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the languages the data is translated to.
TranslatableInterface::getUntranslated function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the translatable object in the language it was created.
TranslatableInterface::hasTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Checks there is a translation for the given language code.
TranslatableInterface::hasTranslationChanges function core/lib/Drupal/Core/Entity/TranslatableInterface.php Determines if the current translation of the entity has unsaved changes.
TranslatableInterface::isDefaultTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Checks whether the translation is the default one.
TranslatableInterface::isNewTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Checks whether the translation is new.
TranslatableInterface::isTranslatable function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the translation support status.

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