| ContentModerationHooks::workflowUpdate |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| ContentModerationState::updateOrCreateFromEntity |
function |
core/modules/content_moderation/src/Entity/ContentModerationState.php |
Creates or updates an entity's moderation state whilst saving that entity. |
| ContentModerationStateIndexUpdatePathTest |
class |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
Tests the upgrade path for adding an index to moderation state column. |
| ContentModerationStateIndexUpdatePathTest.php |
file |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
|
| ContentModerationStateIndexUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
Set database dump files to be used. |
| ContentModerationStateIndexUpdatePathTest::testRunUpdates |
function |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
Tests the upgrade path for moderation state index. |
| ContentModerationStateTest::$entityDefinitionUpdateManager |
property |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
The entity definition update manager. |
| ContentTranslationConfigImportTest::testConfigImportUpdates |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php |
Tests config import updates. |
| ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that bundle translation setting changes are propagated. |
| ContentTranslationFormLanguageHooks::languageContentSettingsValidate |
function |
core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php |
Form validation handler for content_translation_admin_settings_form(). |
| ContentTranslationHandler::entityFormValidate |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form validation handler for ContentTranslationHandler::entityFormAlter(). |
| ContentTranslationHooks::languageContentSettingsUpdate |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| ContentTranslationHooks::languageFallbackCandidatesEntityViewAlter |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Implements hook_language_fallback_candidates_OPERATION_alter(). |
| ContentTranslationMetadataWrapper::isOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Returns the translation outdated status. |
| ContentTranslationMetadataWrapper::setOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Sets the translation outdated status. |
| ContentTranslationMetadataWrapperInterface::isOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation outdated status. |
| ContentTranslationMetadataWrapperInterface::setOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation outdated status. |
| ContentTranslationModuleInstallTest::testFieldUpdates |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
Tests that content translation fields are created upon module installation. |
| ContentTranslationOutdatedRevisionTranslationTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
Tests the "Flag as outdated" functionality with revision translations. |
| ContentTranslationOutdatedRevisionTranslationTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
|
| ContentTranslationOutdatedRevisionTranslationTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
The theme to install as the default for testing. |
| ContentTranslationOutdatedRevisionTranslationTest::assertFlagWidget |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
Checks whether the flag widget is displayed. |
| ContentTranslationOutdatedRevisionTranslationTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
|
| ContentTranslationOutdatedRevisionTranslationTest::testFlagAsOutdatedHidden |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
Tests that outdated revision translations work correctly. |
| ContentTranslationSynchronizedFieldsConstraintValidator::validate |
function |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
|
| ContentTranslationUITestBase::doTestOutdatedStatus |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests up-to-date status tracking. |
| ContentUninstallValidator::validate |
function |
core/lib/Drupal/Core/Entity/ContentUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
| content_moderation.post_update.php |
file |
core/modules/content_moderation/content_moderation.post_update.php |
Post update functions for the Content Moderation module. |
| content_moderation_post_update_add_index_content_moderation_state_field_revision_moderation_state |
function |
core/modules/content_moderation/content_moderation.post_update.php |
Add moderation_state index to content_moderation_state tables. |
| content_moderation_removed_post_updates |
function |
core/modules/content_moderation/content_moderation.post_update.php |
Implements hook_removed_post_updates(). |
| content_moderation_update_last_removed |
function |
core/modules/content_moderation/content_moderation.install |
Implements hook_update_last_removed(). |
| content_translation_language_configuration_element_validate |
function |
core/modules/content_translation/content_translation.module |
Form validation handler for the language_configuration form element. |
| content_translation_update_last_removed |
function |
core/modules/content_translation/content_translation.install |
Implements hook_update_last_removed(). |
| Context::validate |
function |
core/lib/Drupal/Core/Plugin/Context/Context.php |
Validates the set context value. |
| Context::validate |
function |
core/lib/Drupal/Component/Plugin/Context/Context.php |
Validates the set context value. |
| ContextAwarePluginInterface::validateContexts |
function |
core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php |
Validates the set values for the defined contexts. |
| ContextAwarePluginTrait::validateContexts |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextInterface::validate |
function |
core/lib/Drupal/Component/Plugin/Context/ContextInterface.php |
Validates the set context value. |
| contextual.post_update.php |
file |
core/modules/contextual/contextual.post_update.php |
Post update functions for Contextual Links. |
| ContextualValidatorInterface::validate |
function |
core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php |
Validates a value against a constraint or a list of constraints. |
| contextual_removed_post_updates |
function |
core/modules/contextual/contextual.post_update.php |
Implements hook_removed_post_updates(). |
| Convert::validateArguments |
function |
core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php |
Validates the arguments. |
| core.date_format.fallback.yml |
file |
core/modules/system/config/install/core.date_format.fallback.yml |
core/modules/system/config/install/core.date_format.fallback.yml |
| core.date_format.fallback.yml |
file |
core/tests/fixtures/config_install/testing_config_install/core.date_format.fallback.yml |
core/tests/fixtures/config_install/testing_config_install/core.date_format.fallback.yml |
| core.date_format.fallback.yml |
file |
core/tests/fixtures/config_install/multilingual/language/es/core.date_format.fallback.yml |
core/tests/fixtures/config_install/multilingual/language/es/core.date_format.fallback.yml |
| core.date_format.fallback.yml |
file |
core/tests/fixtures/config_install/multilingual/core.date_format.fallback.yml |
core/tests/fixtures/config_install/multilingual/core.date_format.fallback.yml |
| core.date_format.fancy.yml |
file |
core/modules/system/tests/themes/test_base_theme/config/install/core.date_format.fancy.yml |
core/modules/system/tests/themes/test_base_theme/config/install/core.date_format.fancy.yml |
| core.date_format.html_date.yml |
file |
core/tests/fixtures/config_install/testing_config_install/core.date_format.html_date.yml |
core/tests/fixtures/config_install/testing_config_install/core.date_format.html_date.yml |
| core.date_format.html_date.yml |
file |
core/tests/fixtures/config_install/multilingual/language/es/core.date_format.html_date.yml |
core/tests/fixtures/config_install/multilingual/language/es/core.date_format.html_date.yml |
| core.date_format.html_date.yml |
file |
core/tests/fixtures/config_install/multilingual/core.date_format.html_date.yml |
core/tests/fixtures/config_install/multilingual/core.date_format.html_date.yml |