Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TranslatableInterface::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
| TranslatableRevisionableInterface | interface | core/ |
Provides methods for an entity to support revision translation. |
| TranslatableRevisionableInterface.php | file | core/ |
|
| TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly | function | core/ |
Checks if untranslatable fields should affect only the default translation. |
| TranslatableRevisionableInterface::isLatestTranslationAffectedRevision | function | core/ |
Checks whether this is the latest revision affecting this translation. |
| TranslatableRevisionableInterface::isRevisionTranslationAffected | function | core/ |
Checks whether the current translation is affected by the current revision. |
| TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced | function | core/ |
Checks if the revision translation affected flag value has been enforced. |
| TranslatableRevisionableInterface::setRevisionTranslationAffected | function | core/ |
Marks the current revision translation as affected. |
| TranslatableRevisionableInterface::setRevisionTranslationAffectedEnforced | function | core/ |
Enforces the revision translation affected flag value. |
| TranslatableRevisionableStorageInterface | interface | core/ |
A storage that supports translatable and revisionable entity types. |
| TranslatableRevisionableStorageInterface.php | file | core/ |
|
| TranslatableRevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
| TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId | function | core/ |
Returns the latest revision affecting the specified translation. |
| TranslatableStorageInterface | interface | core/ |
A storage that supports translatable entity types. |
| TranslatableStorageInterface.php | file | core/ |
|
| TranslatableStorageInterface::createTranslation | function | core/ |
Constructs a new entity translation object, without permanently saving it. |
| TranslationInterface | interface | core/ |
Interface for the translation.manager translation service. |
| TranslationInterface.php | file | core/ |
|
| TranslationInterface::formatPlural | function | core/ |
Formats a string containing a count of items. |
| TranslationInterface::translate | function | core/ |
Translates a string to the current language or to a given language. |
| TranslationInterface::translateString | function | core/ |
Translates a TranslatableMarkup object to a string. |
| 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. |
| TraversableObjectNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| 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::TRIGGER_WARNING | constant | core/ |
Untrusted callbacks trigger E_USER_WARNING errors. |
| TrustedCallbackInterface::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| TrustedInterface | interface | core/ |
|
| TwigMarkupInterfaceTest | class | core/ |
Tests Twig with MarkupInterface objects. |
Pagination
- Previous page
- Page 83
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.