ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Updates a field value, only if the field is translatable. |
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests that field setting depends on bundle translatability. |
ContentTranslationSettingsTest::testNonTranslatableTranslationSettingsUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests the translatable settings checkbox for untranslatable entities. |
ContentTranslationStandardFieldsTest::testFieldTranslatableArticle |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
Tests that translatable fields are being rendered. |
ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
Tests that revision_log is not translatable. |
ContentTranslationUntranslatableFieldsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Tests the untranslatable fields behaviors. |
ContentTranslationUntranslatableFieldsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|
ContentTranslationUntranslatableFieldsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
The theme to install as the default for testing. |
ContentTranslationUntranslatableFieldsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Modules to enable. |
ContentTranslationUntranslatableFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|
ContentTranslationUntranslatableFieldsTest::setupTestFields |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Creates the test fields. |
ContentTranslationUntranslatableFieldsTest::testHiddenWidgets |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Tests that hiding untranslatable field widgets works correctly. |
content_translation_preprocess_language_content_settings_table |
function |
core/modules/content_translation/content_translation.module |
Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig. |
CountableResourceType |
class |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php |
Subclass with overridden ::includeCount() for testing purposes. |
CountableResourceType.php |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php |
|
CountableResourceType::includeCount |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php |
Determine whether to include a collection count. |
CountableResourceTypeRepository |
class |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php |
Provides a repository of JSON:API configurable resource types. |
CountableResourceTypeRepository.php |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php |
|
CountableResourceTypeRepository::createResourceType |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php |
Creates a ResourceType value object for the given entity type + bundle. |
CronForm::getEditableConfigNames |
function |
core/modules/system/src/Form/CronForm.php |
Gets the configuration names that will be editable. |
DatabaseBackend::ensureTableExists |
function |
core/lib/Drupal/Core/Flood/DatabaseBackend.php |
Check if the flood table exists and create it if not. |
DatabaseBackend::TABLE_NAME |
constant |
core/lib/Drupal/Core/Flood/DatabaseBackend.php |
The database table name. |
DatabaseCacheTagsChecksum::ensureTableExists |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Check if the cache tags table exists and create it if not. |
DatabaseFileUsageBackend::$tableName |
property |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
The name of the SQL table used to store file usage information. |
DatabaseLockBackend::ensureTableExists |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Check if the semaphore table exists and create it if not. |
DatabaseLockBackend::TABLE_NAME |
constant |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
The database table name. |
DatabaseQueue::ensureTableExists |
function |
core/lib/Drupal/Core/Queue/DatabaseQueue.php |
Check if the table exists and create it if not. |
DatabaseQueue::TABLE_NAME |
constant |
core/lib/Drupal/Core/Queue/DatabaseQueue.php |
The database table name. |
DatabaseStorage::$table |
property |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
The database table name. |
DatabaseStorage::$table |
property |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
The name of the SQL table to use. |
DatabaseStorage::ensureTableExists |
function |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Check if the table exists and create it if not. |
DatabaseStorage::ensureTableExists |
function |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
Check if the config table exists and create it if not. |
DatabaseTestController::testTablesort |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a tablesort query and returns the results. |
DatabaseTestController::testTablesortFirst |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a tablesort query with a second order_by after and returns the results. |
DbDumpCommand::$excludeTables |
property |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
An array of table patterns to exclude completely. |
DbDumpCommand::getTableCollation |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Set the table collation. |
DbDumpCommand::getTableData |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Gets all data from a given table. |
DbDumpCommand::getTableIndexes |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Adds primary key, unique keys, and index information to the schema. |
DbDumpCommand::getTables |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Returns a list of tables, not including those set to be excluded. |
DbDumpCommand::getTableSchema |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Returns a schema array for a given table. |
DbDumpCommand::getTableScript |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
The part of the script for each table. |
DbDumpTest::$originalTableIndexes |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
An array of original table indexes (including primary and unique keys). |
DbDumpTest::$originalTableSchemas |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
An array of original table schemas. |
DbDumpTest::$tables |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Tables that should be part of the exported script. |
DbDumpTest::getTableIndexes |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Returns indexes for a given table. |
DbDumpTest::getTableSchema |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Helper function to get a simplified schema for a given table. |
DbImportCommandTest::$tables |
property |
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php |
Tables that should be part of the exported script. |
DblogOperations::clickSortable |
function |
core/modules/dblog/src/Plugin/views/field/DblogOperations.php |
Determines if this field is click sortable. |
DbLogTest::getLogsEntriesTable |
function |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
Find the Logs table in the DOM. |
DbLogViewsTest::getLogsEntriesTable |
function |
core/modules/dblog/tests/src/Functional/DbLogViewsTest.php |
Find the Logs table in the DOM. |