| layout_discovery_removed_post_updates |
function |
core/modules/layout_discovery/layout_discovery.post_update.php |
Implements hook_removed_post_updates(). |
| LengthConstraint::validatedBy |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php |
|
| LibraryDiscoveryParser::validateCssLibrary |
function |
core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php |
Validates CSS library structure. |
| LinkAccessConstraintValidator::validate |
function |
core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php |
|
| LinkAccessConstraintValidatorTest::providerValidate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php |
Data provider for LinkAccessConstraintValidator::validate(). |
| LinkAccessConstraintValidatorTest::testValidate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php |
Tests the access validation constraint for links. |
| LinkExternalProtocolsConstraintValidator::validate |
function |
core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php |
|
| LinkExternalProtocolsConstraintValidatorTest::providerValidate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php |
Data provider for ::testValidate. |
| LinkExternalProtocolsConstraintValidatorTest::testValidate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php |
Tests validate. |
| LinkExternalProtocolsConstraintValidatorTest::testValidateIgnoresInternalUrls |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php |
Tests validate ignores internal urls. |
| LinkExternalProtocolsConstraintValidatorTest::testValidateWithMalformedUri |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php |
Tests validate with malformed uri. |
| LinkNotExistingInternalConstraintValidator::validate |
function |
core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php |
|
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromNonExistingRoute |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from non existing route. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromRoute |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from route. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromUri |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from uri. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateWithMalformedUri |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate with malformed uri. |
| LinkNotExistingInternalConstraintValidatorTest::validate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Validate the link. |
| LinkTitleRequiredConstraintValidator::validate |
function |
core/modules/link/src/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidator.php |
|
| LinkTitleRequiredConstraintValidatorTest::doValidate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidatorTest.php |
Validate the field value. |
| LinkTypeConstraintValidator::validate |
function |
core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraintValidator.php |
|
| LinkTypeConstraintValidatorTest::doValidate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTypeConstraintValidatorTest.php |
Validate the link. |
| LinkWidget::validateTitleElement |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Form element validation handler for the 'title' element. |
| LinkWidget::validateTitleNoLink |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Form element validation handler for the 'title' element. |
| LinkWidget::validateUriElement |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Form element validation handler for the 'uri' element. |
| ListFloatItem::validateAllowedValue |
function |
core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php |
Checks whether a candidate allowed value is valid. |
| ListIntegerItem::validateAllowedValue |
function |
core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php |
Checks whether a candidate allowed value is valid. |
| ListItemBase::submitFieldStorageUpdate |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Resets the static variable on field storage update. |
| ListItemBase::validateAllowedValue |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Checks whether a candidate allowed value is valid. |
| ListItemBase::validateAllowedValues |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Render API callback: Validates the allowed values of an options field. |
| ListPlugin::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Form validation handler. |
| ListStringItem::validateAllowedValue |
function |
core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php |
Checks whether a candidate allowed value is valid. |
| locale-translation-update-info.html.twig |
file |
core/themes/stable9/templates/admin/locale-translation-update-info.html.twig |
Theme override for displaying translation status information. |
| locale-translation-update-info.html.twig |
file |
core/modules/locale/templates/locale-translation-update-info.html.twig |
Default theme implementation for displaying translation status information. |
| locale.post_update.php |
file |
core/modules/locale/locale.post_update.php |
Post-update functions for Locale module. |
| LocaleConfigManager::updateConfigTranslations |
function |
core/modules/locale/src/LocaleConfigManager.php |
Updates all configuration translations for the names / languages provided. |
| LocaleConfigManager::updateDefaultConfigLangcodes |
function |
core/modules/locale/src/LocaleConfigManager.php |
Updates default configuration when new modules or themes are installed. |
| LocaleConfigSubscriber::updateLocaleStorage |
function |
core/modules/locale/src/LocaleConfigSubscriber.php |
Update locale storage based on configuration translations. |
| LocaleConfigSubscriberForeignTest::testLocaleUpdateActiveTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests updating community translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testUpdateActiveTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests updating translations of shipped configuration. |
| LocaleConfigSubscriberTest::testLocaleUpdateTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests updating community translations of shipped configuration. |
| LocaleConfigSubscriberTest::testUpdateTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests updating translations of shipped configuration. |
| LocaleDefaultOptions::updateOptions |
function |
core/modules/locale/src/LocaleDefaultOptions.php |
Returns default import options for translation update. |
| LocaleHooks::configurableLanguageUpdate |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_ENTITY_TYPE_update() for 'configurable_language'. |
| LocalePluralFormatTest::testPluralEditDateFormatter |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Tests plural editing of DateFormatter strings. |
| LocaleSettingsForm::validateForm |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Form validation handler. |
| LocalesLocationAddIndexUpdateTest |
class |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Tests Locale update functions. |
| LocalesLocationAddIndexUpdateTest.php |
file |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
|
| LocalesLocationAddIndexUpdateTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
The theme to install as the default for testing. |
| LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Set database dump files to be used. |
| LocalesLocationAddIndexUpdateTest::testExistingIndex |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Tests locale_update_10300(). |