LocaleConfigSubscriber::processTranslatableData |
function |
core/modules/locale/src/LocaleConfigSubscriber.php |
Process the translatable data array with a given language. |
LocaleSettingsForm::getEditableConfigNames |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Gets the configuration names that will be editable. |
locale_is_translatable |
function |
core/modules/locale/locale.module |
Checks whether $langcode is a language supported as a locale target. |
locale_translatable_language_list |
function |
core/modules/locale/locale.module |
Returns list of translatable languages. |
locale_translation_language_table |
function |
core/modules/locale/locale.module |
Form element callback: After build changes to the language update table. |
LogTest::$executable |
property |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
Migrate executable. |
ManyToOne::ensureMyTable |
function |
core/modules/views/src/Plugin/views/filter/ManyToOne.php |
Ensures that the main table for this handler is in the query. |
ManyToOne::ensureMyTable |
function |
core/modules/views/src/Plugin/views/argument/ManyToOne.php |
Ensures that the main table for this handler is in the query. |
ManyToOneHelper::addTable |
function |
core/modules/views/src/ManyToOneHelper.php |
Add a table to the query. |
ManyToOneHelper::ensureMyTable |
function |
core/modules/views/src/ManyToOneHelper.php |
Override ensureMyTable so we can control how this joins in. |
MatcherDumper::$tableName |
property |
core/lib/Drupal/Core/Routing/MatcherDumper.php |
The name of the SQL table to which to dump the routes. |
MatcherDumper::ensureTableExists |
function |
core/lib/Drupal/Core/Routing/MatcherDumper.php |
Checks if the tree table exists and create it if not. |
MediaLibrarySelectForm::clickSortable |
function |
core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php |
Determines if this field is click sortable. |
MediaLibraryTestBase::assertMediaLibraryTable |
function |
core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php |
Asserts that the table display of the widget view is visible. |
MediaLibraryTestBase::switchToMediaLibraryTable |
function |
core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php |
Switches to the table display of the widget view. |
MediaLibraryUiBuilder::$viewsExecutableFactory |
property |
core/modules/media_library/src/MediaLibraryUiBuilder.php |
The views executable factory. |
MediaSettingsForm::getEditableConfigNames |
function |
core/modules/media/src/Form/MediaSettingsForm.php |
Gets the configuration names that will be editable. |
MediaTest::testEditableCaption |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php |
Tests caption editing in the CKEditor widget. |
MediaTranslationTest::testTranslatableFieldSaveLoad |
function |
core/modules/media/tests/src/Kernel/MediaTranslationTest.php |
Tests translatable fields storage/retrieval. |
MediaTypeValidationTest::testImmutableProperties |
function |
core/modules/media/tests/src/Kernel/MediaTypeValidationTest.php |
Tests that immutable properties cannot be changed. |
MenuLinkBase::isDeletable |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns whether this link can be deleted. |
MenuLinkBase::isResettable |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns whether this link can be reset. |
MenuLinkBase::isTranslatable |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns whether this link can be translated. |
MenuLinkContent::isDeletable |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns whether this link can be deleted. |
MenuLinkContent::isTranslatable |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns whether this link can be translated. |
MenuLinkContentStorageSchema::getSharedTableFieldSchema |
function |
core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php |
Gets the schema for a single field definition. |
MenuLinkDefault::isResettable |
function |
core/lib/Drupal/Core/Menu/MenuLinkDefault.php |
Returns whether this link can be reset. |
MenuLinkInterface::isDeletable |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether this link can be deleted. |
MenuLinkInterface::isResettable |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether this link can be reset. |
MenuLinkInterface::isTranslatable |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether this link can be translated. |
MenuLinkResetForm::linkIsResettable |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Checks access based on whether the link can be reset. |
MenuLinksetSettingsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Gets the configuration names that will be editable. |
MenuLinkTranslation::I18N_STRING_TABLE |
constant |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
Drupal 6 table names. |
MenuTreeStorage::$table |
property |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
The database table name. |
MenuTreeStorage::ensureTableExists |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Checks if the tree table exists and create it if not. |
MenuTreeStorageTest::doTestTable |
function |
core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php |
Ensures that table gets created on the fly. |
Merge::$conditionTable |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
The table or subquery to be used for the condition. |
Merge::$table |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
The table to be used for INSERT and UPDATE. |
Merge::conditionTable |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Sets the table or subquery to be used for the condition. |
MigrateExecutable |
class |
core/modules/migrate/src/MigrateExecutable.php |
Defines a migrate executable class. |
MigrateExecutable.php |
file |
core/modules/migrate/src/MigrateExecutable.php |
|
MigrateExecutable::$counts |
property |
core/modules/migrate/src/MigrateExecutable.php |
An array of counts. Initially used for cache hit/miss tracking. |
MigrateExecutable::$eventDispatcher |
property |
core/modules/migrate/src/MigrateExecutable.php |
The event dispatcher. |
MigrateExecutable::$memoryLimit |
property |
core/modules/migrate/src/MigrateExecutable.php |
The PHP memory_limit expressed in bytes. |
MigrateExecutable::$memoryThreshold |
property |
core/modules/migrate/src/MigrateExecutable.php |
The ratio of the memory limit at which an operation will be interrupted. |
MigrateExecutable::$message |
property |
core/modules/migrate/src/MigrateExecutable.php |
Migration message service. |
MigrateExecutable::$migration |
property |
core/modules/migrate/src/MigrateExecutable.php |
The configuration of the migration to do. |
MigrateExecutable::$source |
property |
core/modules/migrate/src/MigrateExecutable.php |
The source. |
MigrateExecutable::$sourceIdValues |
property |
core/modules/migrate/src/MigrateExecutable.php |
The configuration values of the source. |
MigrateExecutable::$sourceRowStatus |
property |
core/modules/migrate/src/MigrateExecutable.php |
Status of one row. |