EditorSanitizeImageUploadSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php |
Set database dump files to be used. |
EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings |
function |
core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php |
Ensure image upload settings for Text Editor config entities are corrected. |
EditorTestHooks::entityUpdate |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_entity_update(). |
editor_form_filter_admin_format_validate |
function |
core/modules/editor/editor.module |
Additional validate handler for filter_format_form(). |
editor_removed_post_updates |
function |
core/modules/editor/editor.post_update.php |
Implements hook_removed_post_updates(). |
editor_test_entity_update |
function |
core/modules/editor/tests/modules/editor_test/editor_test.module |
Implements hook_entity_update(). |
editor_update_last_removed |
function |
core/modules/editor/editor.install |
Implements hook_update_last_removed(). |
ElementsFieldsetTest::validateForm |
function |
core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php |
Form validation handler. |
Email::validateEmail |
function |
core/lib/Drupal/Core/Render/Element/Email.php |
Form element validation handler for #type 'email'. |
EmailAction::validateConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form validation handler. |
EmailConstraint::validatedBy |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailConstraint.php |
|
EnabledConfigurablePluginsConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
|
EnabledExtensionsValidator::validate |
function |
core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php |
Validates that no enabled Drupal extensions have been removed. |
Entity::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Updates an entity with the new values from row. |
Entity::validateArgument |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Performs validation for a given argument. |
Entity::validateEntity |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Validates an individual entity against class access settings. |
EntityApiTest::testUpdateWithId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving an entity with a different entity ID throws an exception. |
EntityApiTest::testUpdateWithRevisionId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving a revision with a different revision ID throws an exception. |
EntityArgumentUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests the upgrade path for converting numeric arguments to entity_target_id. |
EntityArgumentUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
|
EntityArgumentUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Set database dump files to be used. |
EntityArgumentUpdateTest::testViewsFieldPluginConversion |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests that numeric argument plugins are updated properly. |
EntityAutocomplete::validateEntityAutocomplete |
function |
core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php |
Form element validation handler for entity_autocomplete elements. |
EntityAutocompleteElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Form validation handler. |
EntityBase::getCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Returns the cache tags that should be used to invalidate caches. |
EntityBase::getListCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
The list cache tags to invalidate for this entity. |
EntityBase::invalidateTagsOnDelete |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Invalidates an entity's cache tags upon delete. |
EntityBase::invalidateTagsOnSave |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Invalidates an entity's cache tags upon save. |
EntityBundleExistsConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsConstraintValidator.php |
|
EntityChangedConstraintValidator::validate |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php |
|
EntityCondition::validate |
function |
core/modules/jsonapi/src/Query/EntityCondition.php |
Validates the filter has the required fields. |
EntityConfigBase::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates an entity with the contents of a row. |
EntityConfigBase::updateEntityProperty |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates a (possible nested) entity property with a value. |
EntityContentBase::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
Updates an entity with the new values from row. |
EntityContentBase::validateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
Validates the entity. |
EntityContentComplete::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php |
Updates an entity with the new values from row. |
EntityContextTypedDataTest::testValidateConfigEntityContext |
function |
core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php |
Tests that entity contexts wrapping a config entity can be validated. |
EntityCrudHookTestHooks::blockUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for block entities. |
EntityCrudHookTestHooks::commentUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for comment entities. |
EntityCrudHookTestHooks::entityUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_entity_update(). |
EntityCrudHookTestHooks::fileUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for file entities. |
EntityCrudHookTestHooks::nodeUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for node entities. |
EntityCrudHookTestHooks::taxonomyTermUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for taxonomy_term entities. |
EntityCrudHookTestHooks::taxonomyVocabularyUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for taxonomy_vocabulary entities. |
EntityCrudHookTestHooks::userUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for user entities. |
EntityDateFormat |
class |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php |
Migration destination for date format entity. |
EntityDateFormat.php |
file |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php |
|
EntityDateFormat::updateEntityProperty |
function |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php |
Updates a (possible nested) entity property with a value. |
EntityDefinitionTestTrait::applyEntityUpdates |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Applies all the detected valid changes. |
EntityDefinitionTestTrait::doEntityUpdate |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Performs an entity type definition update. |