| ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that changing a config entity's immutable property raises an error. |
| ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that entities without an ID will raise an exception. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRejectsANonExistentProperty |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that the validator throws an exception for non-existent properties. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that only config entities are accepted by the validator. |
| ImportableEntityStorageInterface |
interface |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Provides an interface for responding to configuration imports. |
| ImportableEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
|
| ImportableEntityStorageInterface::importCreate |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Creates entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importDelete |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Delete entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importRename |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Renames entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importUpdate |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Updates entities upon synchronizing configuration changes. |
| IncorrectConfigTargetForm::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php |
Gets the configuration names that will be editable. |
| InsertTrait::$table |
property |
core/lib/Drupal/Core/Database/Query/InsertTrait.php |
The table on which to insert. |
| JoinPluginBase::$leftTable |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The table we join to. |
| JoinPluginBase::$table |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The table to join (right table). |
| JSInteractionTest::testFieldValueNotSettable |
function |
core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php |
Assert an exception is thrown when the field is never enabled. |
| JsonApiPatchRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php |
Ensure non-translatable entities can be PATCHed with an alternate language. |
| LangcodeRequiredIfTranslatableValuesConstraint |
class |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraint.php |
Validation constraint for translatable configuration. |
| LangcodeRequiredIfTranslatableValuesConstraint.php |
file |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraint.php |
|
| LangcodeRequiredIfTranslatableValuesConstraint::$missingMessage |
property |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraint.php |
The error message if this config object is missing a `langcode`. |
| LangcodeRequiredIfTranslatableValuesConstraint::$superfluousMessage |
property |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraint.php |
The error message if this config object contains a superfluous `langcode`. |
| LangcodeRequiredIfTranslatableValuesConstraintValidator |
class |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraintValidator.php |
Validates the LangcodeRequiredIfTranslatableValues constraint. |
| LangcodeRequiredIfTranslatableValuesConstraintValidator.php |
file |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraintValidator.php |
|
| LangcodeRequiredIfTranslatableValuesConstraintValidator::validate |
function |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraintValidator.php |
|
| language-content-settings-table.html.twig |
file |
core/themes/stable9/templates/admin/language-content-settings-table.html.twig |
Theme override to display a language content settings table. |
| language-content-settings-table.html.twig |
file |
core/modules/language/templates/language-content-settings-table.html.twig |
Default theme implementation to display a language content settings table. |
| LanguageItem::getSettableOptions |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php |
Returns an array of settable values with labels for display. |
| LanguageItem::getSettableValues |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php |
Returns an array of settable values. |
| LanguageNegotiationContentEntityTest::createTranslatableEntity |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Creates a translated entity. |
| LanguageSelectorTranslatableTest |
class |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Tests the content translation settings language selector options. |
| LanguageSelectorTranslatableTest.php |
file |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
|
| LanguageSelectorTranslatableTest::$administrator |
property |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
The user with administrator privileges. |
| LanguageSelectorTranslatableTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
The theme to install as the default for testing. |
| LanguageSelectorTranslatableTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Modules to install. |
| LanguageSelectorTranslatableTest::getAdministratorPermissions |
function |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Returns an array of permissions needed for the translator. |
| LanguageSelectorTranslatableTest::setUp |
function |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
|
| LanguageSelectorTranslatableTest::testContentTranslationPageTitle |
function |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Tests that correct title is displayed for content translation page. |
| LanguageSelectorTranslatableTest::testLanguageStringSelector |
function |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Tests content translation language selectors are correctly translated. |
| LanguageTestTrait::setFieldTranslatable |
function |
core/modules/language/tests/src/Traits/LanguageTestTrait.php |
Sets and saves a given field instance translation status. |
| LanguageThemeHooks::preprocessLanguageContentSettingsTable |
function |
core/modules/language/src/Hook/LanguageThemeHooks.php |
Prepares variables for language content settings table templates. |
| LayoutBuilderEntityViewDisplayValidationTest::testImmutableProperties |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php |
Tests that immutable properties cannot be changed. |
| LayoutBuilderSortTrait::sortableUpdate |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderSortTrait.php |
Define to provide any necessary callback following layout change. |
| LayoutBuilderThemeHooks::preprocessLanguageContentSettingsTable |
function |
core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php |
Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig. |
| ListItemBase::getSettableOptions |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Returns an array of settable values with labels for display. |
| ListItemBase::getSettableValues |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Returns an array of settable values. |
| LocaleConfigManager::getTranslatableData |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets translatable configuration data for a typed configuration element. |
| LocaleConfigManager::getTranslatableDefaultConfig |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets array of translated strings for Locale translatable configuration. |
| LocaleConfigManager::processTranslatableData |
function |
core/modules/locale/src/LocaleConfigManager.php |
Process the translatable data array with a given language. |
| 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. |