Search for trans
- Search 7.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Search 11.x for trans
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TransitionTest | class | core/ |
@coversDefaultClass \Drupal\workflows\Transition |
TransitionTest.php | file | core/ |
|
TransitionTest::testFromAndTo | function | core/ |
@covers ::from @covers ::to |
TransitionTest::testGetters | function | core/ |
@covers ::__construct @covers ::id @covers ::label |
TranslatableFieldTest | class | core/ |
Tests Layout Builder with a translatable layout field. |
TranslatableFieldTest.php | file | core/ |
|
TranslatableFieldTest::$modules | property | core/ |
Modules to enable. |
TranslatableFieldTest::setUp | function | core/ |
|
TranslatableFieldTest::testSectionsClearedOnCreateTranslation | function | core/ |
Tests that sections on cleared when creating a new translation. |
TranslatableInterface | interface | core/ |
Interface for translatable data. |
TranslatableInterface | interface | core/ |
Provides methods for an entity to support translation. |
TranslatableInterface.php | file | core/ |
|
TranslatableInterface.php | file | core/ |
|
TranslatableInterface::addTranslation | function | core/ |
Adds a new translation to the translatable object. |
TranslatableInterface::getTranslation | function | core/ |
Gets a translation of the data. |
TranslatableInterface::getTranslationLanguages | function | core/ |
Returns the languages the data is translated to. |
TranslatableInterface::getUntranslated | function | core/ |
Returns the translatable object in the language it was created. |
TranslatableInterface::hasTranslation | function | core/ |
Checks there is a translation for the given language code. |
TranslatableInterface::hasTranslationChanges | function | core/ |
Determines if the current translation of the entity has unsaved changes. |
TranslatableInterface::isDefaultTranslation | function | core/ |
Checks whether the translation is the default one. |
TranslatableInterface::isNewTranslation | function | core/ |
Checks whether the translation is new. |
TranslatableInterface::isTranslatable | function | core/ |
Returns the translation support status. |
TranslatableInterface::language | function | core/ |
Returns the translation language. |
TranslatableInterface::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
TranslatableMarkup | class | core/ |
Provides translatable markup class. |
TranslatableMarkup.php | file | core/ |
|
TranslatableMarkup::$options | property | core/ |
The translation options. |
TranslatableMarkup::$stringTranslation | property | core/ |
The string translation service. |
TranslatableMarkup::$translatedMarkup | property | core/ |
The translated markup without placeholder replacements. |
TranslatableMarkup::count | function | core/ |
Returns the string length. |
TranslatableMarkup::getArguments | function | core/ |
Gets all arguments from this translated string. |
TranslatableMarkup::getOption | function | core/ |
Gets a specific option from this translated string. |
TranslatableMarkup::getOptions | function | core/ |
Gets all options from this translated string. |
TranslatableMarkup::getStringTranslation | function | core/ |
Gets the string translation service. |
TranslatableMarkup::getUntranslatedString | function | core/ |
Gets the untranslated string value stored in this translated string. |
TranslatableMarkup::render | function | core/ |
Renders the object as a string. |
TranslatableMarkup::__construct | function | core/ |
Constructs a new class instance. |
TranslatableMarkup::__sleep | function | core/ |
Magic __sleep() method to avoid serializing the string translator. |
TranslatableMarkupTest | class | core/ |
Tests the TranslatableMarkup class. |
TranslatableMarkupTest.php | file | core/ |
|
TranslatableMarkupTest::$lastErrorMessage | property | core/ |
The error message of the last error in the error handler. |
TranslatableMarkupTest::$lastErrorNumber | property | core/ |
The error number of the last error in the error handler. |
TranslatableMarkupTest::errorHandler | function | core/ |
Custom error handler that saves the last error. |
TranslatableMarkupTest::testIsStringAssertion | function | core/ |
@covers ::__construct |
TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup | function | core/ |
@covers ::__construct |
TranslatableMarkupTest::testToString | function | core/ |
Tests that errors are correctly handled when a __toString() fails. |
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. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.