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. Search main for interface
  6. Other projects
Title Object type File name Summary
TranslationStatusInterface interface core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Defines an interface for checking the status of an entity translation.
TranslationStatusInterface.php file core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php
TranslationStatusInterface::getTranslationStatus function core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Returns the translation status.
TranslationStatusInterface::TRANSLATION_CREATED constant core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Status code identifying a newly created translation.
TranslationStatusInterface::TRANSLATION_EXISTING constant core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Status code identifying an existing translation.
TranslationStatusInterface::TRANSLATION_REMOVED constant core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Status code identifying a removed translation.
TranslatorInterface interface core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Interface for objects capable of string translation.
TranslatorInterface interface core/lib/Drupal/Core/Validation/TranslatorInterface.php Defines an interface used in validation.
TranslatorInterface.php file core/lib/Drupal/Core/Validation/TranslatorInterface.php
TranslatorInterface.php file core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php
TranslatorInterface::getStringTranslation function core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Retrieves English string to given language.
TranslatorInterface::reset function core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Resets translation cache.
TranslatorInterface::trans function core/lib/Drupal/Core/Validation/TranslatorInterface.php Translates the given message.
TransliterationInterface interface core/lib/Drupal/Component/Transliteration/TransliterationInterface.php Defines an interface for classes providing transliteration.
TransliterationInterface.php file core/lib/Drupal/Component/Transliteration/TransliterationInterface.php
TransliterationInterface::removeDiacritics function core/lib/Drupal/Component/Transliteration/TransliterationInterface.php Removes diacritics (accents) from certain letters.
TransliterationInterface::transliterate function core/lib/Drupal/Component/Transliteration/TransliterationInterface.php Transliterates text from Unicode to US-ASCII.
TransportServiceFactoryInterface interface core/lib/Drupal/Core/Mailer/TransportServiceFactoryInterface.php An interface defining mailer transport service factory implementations.
TransportServiceFactoryInterface.php file core/lib/Drupal/Core/Mailer/TransportServiceFactoryInterface.php
TransportServiceFactoryInterface::createTransport function core/lib/Drupal/Core/Mailer/TransportServiceFactoryInterface.php Creates and returns a configured mailer transport class.
TraversableTypedDataInterface interface core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php An interface for typed data objects that can be traversed.
TraversableTypedDataInterface.php file core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php
TraversableTypedDataInterface::onChange function core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php React to changes to a child property or item.
TrustedCallbackInterface interface core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Interface to declare trusted callbacks.
TrustedCallbackInterface.php file core/lib/Drupal/Core/Security/TrustedCallbackInterface.php
TrustedCallbackInterface::THROW_EXCEPTION constant core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Untrusted callbacks throw exceptions.
TrustedCallbackInterface::TRIGGER_SILENCED_DEPRECATION constant core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Untrusted callbacks trigger silenced E_USER_DEPRECATION errors.
TrustedCallbackInterface::trustedCallbacks function core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Lists the trusted callbacks provided by the implementing class.
TrustedInterface interface core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Interface representing classes with trusted callbacks.
TwigMarkupInterfaceTest class core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Tests Twig with MarkupInterface objects.
TwigMarkupInterfaceTest.php file core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php
TwigMarkupInterfaceTest::providerTestMarkupInterfaceEmpty function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Provide test examples.
TwigMarkupInterfaceTest::renderObjectWithTwig function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Renders a variable using a Twig inline template.
TwigMarkupInterfaceTest::testEmptyTranslation function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Tests behavior if a string is translated to become an empty string.
TwigMarkupInterfaceTest::testMarkupInterfaceEmpty function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Tests markup interface empty.
TypedConfigInterface interface core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Interface for a typed configuration object that contains multiple elements.
TypedConfigInterface.php file core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php
TypedConfigInterface::get function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets a contained typed configuration element.
TypedConfigInterface::getElements function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets an array of contained elements.
TypedConfigInterface::isEmpty function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Determines whether the data structure is empty.
TypedConfigInterface::toArray function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Returns an array of all property values.
TypedConfigManagerInterface interface core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Defines an interface for managing config schema type plugins.
TypedConfigManagerInterface.php file core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php
TypedConfigManagerInterface::buildDataDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Creates a new data definition object.
TypedConfigManagerInterface::createFromNameAndData function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets typed data for a given configuration name and its values.
TypedConfigManagerInterface::get function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets typed configuration data.
TypedConfigManagerInterface::getDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets a specific plugin definition.
TypedConfigManagerInterface::hasConfigSchema function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Checks if the configuration schema with the given config name exists.
TypedDataCacheableDependencyInterface interface core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php Test interface used for mocking.
TypedDataInterface interface core/lib/Drupal/Core/TypedData/TypedDataInterface.php Interface for typed data objects.

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