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