| TranslatableMarkup::$translatedMarkup |
property |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
The translated markup without placeholder replacements. |
| TranslatableMarkup::count |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Returns the string length. |
| TranslatableMarkup::getArguments |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Gets all arguments from this translated string. |
| TranslatableMarkup::getOption |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Gets a specific option from this translated string. |
| TranslatableMarkup::getOptions |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Gets all options from this translated string. |
| TranslatableMarkup::getStringTranslation |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Gets the string translation service. |
| TranslatableMarkup::getUntranslatedString |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Gets the untranslated string value stored in this translated string. |
| TranslatableMarkup::render |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Renders the object as a string. |
| TranslatableMarkup::__construct |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Constructs a new class instance. |
| TranslatableMarkup::__sleep |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Magic __sleep() method to avoid serializing the string translator. |
| TranslatableMarkupTest |
class |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests the TranslatableMarkup class. |
| TranslatableMarkupTest.php |
file |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
|
| TranslatableMarkupTest::$lastErrorMessage |
property |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
The error message of the last error in the error handler. |
| TranslatableMarkupTest::$lastErrorNumber |
property |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
The error number of the last error in the error handler. |
| TranslatableMarkupTest::errorHandler |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Custom error handler that saves the last error. |
| TranslatableMarkupTest::testIsStringAssertion |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests is string assertion. |
| TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests is string assertion with formattable markup. |
| TranslatableMarkupTest::testToString |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests that errors are correctly handled when a __toString() fails. |
| TranslatableRevisionableInterface |
interface |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Provides methods for an entity to support revision translation. |
| TranslatableRevisionableInterface.php |
file |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
|
| TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Checks if untranslatable fields should affect only the default translation. |
| TranslatableRevisionableInterface::isLatestTranslationAffectedRevision |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Checks whether this is the latest revision affecting this translation. |
| TranslatableRevisionableInterface::isRevisionTranslationAffected |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Checks whether the current translation is affected by the current revision. |
| TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Checks if the revision translation affected flag value has been enforced. |
| TranslatableRevisionableInterface::setRevisionTranslationAffected |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Marks the current revision translation as affected. |
| TranslatableRevisionableInterface::setRevisionTranslationAffectedEnforced |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Enforces the revision translation affected flag value. |
| TranslatableRevisionableStorageInterface |
interface |
core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php |
A storage that supports translatable and revisionable entity types. |
| TranslatableRevisionableStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php |
|
| TranslatableRevisionableStorageInterface::createRevision |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php |
Creates a new revision starting off from the specified entity object. |
| TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php |
Returns the latest revision affecting the specified translation. |
| TranslatableStorageInterface |
interface |
core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php |
A storage that supports translatable entity types. |
| TranslatableStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php |
|
| TranslatableStorageInterface::createTranslation |
function |
core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php |
Constructs a new entity translation object, without permanently saving it. |
| TranslatableStringAdapter |
class |
core/modules/package_manager/src/TranslatableStringAdapter.php |
An adapter for interoperable string translation. |
| TranslatableStringAdapter.php |
file |
core/modules/package_manager/src/TranslatableStringAdapter.php |
|
| TranslatableStringAdapter::getAll |
function |
core/modules/package_manager/src/TranslatableStringAdapter.php |
|
| TranslatableStringAdapter::trans |
function |
core/modules/package_manager/src/TranslatableStringAdapter.php |
|
| TranslatableStringFactory |
class |
core/modules/package_manager/src/TranslatableStringFactory.php |
Creates translatable strings that can interoperate with Composer Stager. |
| TranslatableStringFactory.php |
file |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::createDomainOptions |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::createTranslatableMessage |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::createTranslationParameters |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::__construct |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringTest |
class |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
Tests Translatable String. |
| TranslatableStringTest.php |
file |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
|
| TranslatableStringTest::testCreateTranslatableString |
function |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
Tests various ways of creating a translatable string. |
| TranslationLanguageRenderer::getLangcodeTable |
function |
core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php |
Returns the name of the table holding the "langcode" field. |
| TranslationTest::testTranslatableFieldSaveLoad |
function |
core/modules/field/tests/src/Kernel/TranslationTest.php |
Tests translatable fields storage/retrieval. |
| TreeConfigTargetForm::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php |
Gets the configuration names that will be editable. |
| Truncate::$table |
property |
core/lib/Drupal/Core/Database/Query/Truncate.php |
The table to truncate. |