| test_stable_preprocess_theme_test_render_element |
function |
core/tests/fixtures/test_stable/test_stable.theme |
Implements hook_preprocess_theme_test_render_element(). |
| test_table_css_class.php |
file |
core/modules/views/tests/fixtures/update/test_table_css_class.php |
Test fixture. |
| ThemeAdminForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Gets the configuration names that will be editable. |
| ThemePreprocess::preprocessTable |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for table templates. |
| ThemePreprocess::preprocessTablesortIndicator |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for tablesort indicators. |
| ThemeRegistry::$persistable |
property |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Whether the partial registry can be persisted to the cache. |
| ThemeSettingsForm::$editableConfig |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
An array of configuration names that should be editable. |
| ThemeSettingsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Gets the configuration names that will be editable. |
| ThemeSuggestionHooks::table |
function |
core/themes/admin/src/Hook/ThemeSuggestionHooks.php |
Implements hook_theme_suggestions_HOOK_alter() for table. |
| ThemeSuggestionHooks::themeSuggestionsTableAlter |
function |
core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php |
Implements hook_theme_suggestions_HOOK_alter() for table. |
| TimeWithNoRequestTest::testGetRequestMicroTimeImmutable |
function |
core/tests/Drupal/Tests/Component/Datetime/TimeWithNoRequestTest.php |
Tests the getRequestMicroTime method. |
| TimeWithNoRequestTest::testGetRequestTimeImmutable |
function |
core/tests/Drupal/Tests/Component/Datetime/TimeWithNoRequestTest.php |
Tests the getRequestTime method. |
| TranslatableFieldTest |
class |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests Layout Builder with a translatable layout field. |
| TranslatableFieldTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Modules to install. |
| TranslatableFieldTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::testSectionsClearedOnCreateTranslation |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests that sections on cleared when creating a new translation. |
| TranslatableInterface |
interface |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Interface for translatable data. |
| TranslatableInterface |
interface |
core/lib/Drupal/Core/Entity/TranslatableInterface.php |
Provides methods for an entity to support translation. |
| TranslatableInterface.php |
file |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
|
| TranslatableInterface.php |
file |
core/lib/Drupal/Core/Entity/TranslatableInterface.php |
|
| TranslatableInterface::addTranslation |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Adds a new translation to the translatable object. |
| TranslatableInterface::getTranslation |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Gets a translation of the data. |
| TranslatableInterface::getTranslationLanguages |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Returns the languages the data is translated to. |
| TranslatableInterface::getUntranslated |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Returns the translatable object in the language it was created. |
| TranslatableInterface::hasTranslation |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Checks there is a translation for the given language code. |
| TranslatableInterface::hasTranslationChanges |
function |
core/lib/Drupal/Core/Entity/TranslatableInterface.php |
Determines if the current translation of the entity has unsaved changes. |
| TranslatableInterface::isDefaultTranslation |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Checks whether the translation is the default one. |
| TranslatableInterface::isNewTranslation |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Checks whether the translation is new. |
| TranslatableInterface::isTranslatable |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Returns the translation support status. |
| TranslatableInterface::language |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Returns the translation language. |
| TranslatableInterface::removeTranslation |
function |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Removes the translation identified by the given language code. |
| TranslatableMarkup |
class |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Provides translatable markup class. |
| TranslatableMarkup.php |
file |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
|
| TranslatableMarkup::$options |
property |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
The translation options. |
| TranslatableMarkup::$stringTranslation |
property |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
The string translation service. |
| 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. |
| TranslatableMarkup::__toString |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Returns the string representation of this object. |
| 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::testIsStringAssertion |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests is string assertion. |