EntityUpdateTest::testEntityUpdate |
function |
core/modules/editor/tests/src/Kernel/EntityUpdateTest.php |
Tests updating an existing entity. |
EntityValidationTrait::validate |
function |
core/modules/jsonapi/src/Entity/EntityValidationTrait.php |
Verifies that an entity does not violate any validation constraints. |
EntityViewDisplayValidationTest::testLayoutSectionPluginIdIsValidated |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php |
Tests that the plugin ID of a Layout Builder section is validated. |
EntityWorkspaceConflictConstraintValidator::validate |
function |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php |
|
entity_definition_updates_8001.inc |
file |
core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc |
|
entity_definition_updates_8002.inc |
file |
core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc |
|
entity_test_update.entity_schema_listener |
service |
core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml |
Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber |
entity_test_update.info.yml |
file |
core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml |
core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml |
entity_test_update.schema.yml |
file |
core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml |
core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml |
entity_test_update.services.yml |
file |
core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml |
core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml |
entity_test_update_8001 |
function |
core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc |
Makes the 'user_id' field multiple and migrate its data. |
entity_test_update_8001 |
function |
core/modules/system/tests/modules/entity_test/update/status_report_8001.inc |
Test update. |
entity_test_update_8002 |
function |
core/modules/system/tests/modules/entity_test/update/status_report_8002.inc |
Test update. |
entity_test_update_8002 |
function |
core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc |
Makes the 'user_id' field single and migrate its data. |
EnvironmentSupportValidator::validate |
function |
core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php |
Checks that this environment supports Package Manager. |
EquivalentUpdate |
class |
core/lib/Drupal/Core/Update/EquivalentUpdate.php |
Value object to hold information about an equivalent update. |
EquivalentUpdate.php |
file |
core/lib/Drupal/Core/Update/EquivalentUpdate.php |
|
EquivalentUpdate::toSkipMessage |
function |
core/lib/Drupal/Core/Update/EquivalentUpdate.php |
Creates a message to explain why an update has been skipped. |
EquivalentUpdate::__construct |
function |
core/lib/Drupal/Core/Update/EquivalentUpdate.php |
Constructs a EquivalentUpdate object. |
EquivalentUpdateTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
Tests that update hooks are properly run. |
EquivalentUpdateTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
|
EquivalentUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
The theme to install as the default for testing. |
EquivalentUpdateTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
Modules to install. |
EquivalentUpdateTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
The update URL. |
EquivalentUpdateTest::$user |
property |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
|
EquivalentUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
|
EquivalentUpdateTest::testModuleUninstall |
function |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
Tests that module uninstall removes skipped update information. |
EquivalentUpdateTest::testUpdateHooks |
function |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
Tests that update hooks are properly run. |
equivalent_update_test.info.yml |
file |
core/modules/system/tests/modules/equivalent_update_test/equivalent_update_test.info.yml |
core/modules/system/tests/modules/equivalent_update_test/equivalent_update_test.info.yml |
equivalent_update_test.install |
file |
core/modules/system/tests/modules/equivalent_update_test/equivalent_update_test.install |
|
EventSubscriber::onConfigImporterValidate |
function |
core/modules/config/tests/config_import_test/src/EventSubscriber.php |
Validates the configuration to be imported. |
ExecutionContext::$validatedConstraints |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
Stores which class constraint has been validated for which object. |
ExecutionContext::$validatedObjects |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
Stores which objects have been validated in which group. |
ExecutionContext::isConstraintValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
ExecutionContext::isGroupValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
ExecutionContext::markConstraintAsValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
ExecutionContext::markGroupAsValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
ExposedFormPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Validates the exposed form submission. |
ExposedFormPluginInterface::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Validates the exposed form submission. |
ExtensionExistsConstraintValidator::validate |
function |
core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php |
|
ExternalFormUrlTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
Form validation handler. |
ExtraFieldBlockCacheTagInvalidator::invalidateTags |
function |
core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php |
Marks cache items with any of the specified tags as invalid. |
failed_22_update |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Simulates a hook_update_N functions. |
FakeSiteFixtureTest::testComposerValidate |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Tests that the fixture passes `composer validate`. |
field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml |
file |
core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml |
core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml |
field.post_update.php |
file |
core/modules/field/field.post_update.php |
Post update functions for Field module. |
field.storage.entity_test_update.field_test_configurable_field.yml |
file |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
FieldableEntityDefinitionUpdateTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests EntityDefinitionUpdateManager's fieldable entity update functionality. |
FieldableEntityDefinitionUpdateTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
|
FieldableEntityDefinitionUpdateTest::$database |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The database connection. |