EntityManager::onFieldDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityOperations::entityUpdate |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
EntityOperations::entityUpdate |
function |
core/modules/workspaces/src/EntityOperations.php |
Responds to updates to an entity. |
EntityOperations::updateOrCreateFromEntity |
function |
core/modules/content_moderation/src/EntityOperations.php |
Creates or updates the moderation state of an entity. |
EntityReference::validate |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Validate that the plugin is correct and can be saved. |
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php |
Tests that the match_limit setting is added to entity_reference_autocomplete. |
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php |
|
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php |
Set database dump files to be used. |
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::testViewsPostUpdateEntityLinkUrl |
function |
core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php |
Tests that the match_limit setting is added to the config. |
EntityReferenceHandlerSettingUpdateTest |
class |
core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php |
Tests the update for the entity reference 'handler' setting. |
EntityReferenceHandlerSettingUpdateTest.php |
file |
core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php |
|
EntityReferenceHandlerSettingUpdateTest::setDatabaseDumpFiles |
function |
core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php |
Set database dump files to be used. |
EntityReferenceHandlerSettingUpdateTest::testFieldPostUpdateERHandlerSetting |
function |
core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php |
Tests field_post_update_entity_reference_handler_setting(). |
EntityReferenceItem::fieldSettingsFormValidate |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Form element validation handler; Invokes selection plugin's validation. |
EntityReferenceSupportedNewEntitiesConstraintValidator::validate |
function |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php |
|
EntityResource::updateEntityField |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Takes a field from the origin entity and puts it to the destination entity. |
EntityResourcePermissionsUpdateTest |
class |
core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php |
Tests that existing sites continue to use permissions for EntityResource. |
EntityResourcePermissionsUpdateTest.php |
file |
core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php |
|
EntityResourcePermissionsUpdateTest::$modules |
property |
core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php |
Modules to enable after the database is loaded. |
EntityResourcePermissionsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php |
Set database dump files to be used. |
EntityResourcePermissionsUpdateTest::testBcEntityResourcePermissionSettingAdded |
function |
core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php |
Tests rest_update_8203(). |
EntityResourceValidationTrait::validate |
function |
core/modules/rest/src/Plugin/rest/resource/EntityResourceValidationTrait.php |
Verifies that an entity does not violate any validation constraints. |
EntityResourceValidationTraitTest::testFailedValidate |
function |
core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php |
@covers ::validate[[api-linebreak]] |
EntityResourceValidationTraitTest::testValidate |
function |
core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php |
@covers ::validate[[api-linebreak]] |
EntityRevision::updateEntity |
function |
core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php |
Don't test method from base class. |
EntityRevisionTest::testGetEntityUpdateRevision |
function |
core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php |
Test that revision updates update. |
EntitySchemaSubscriber::$entityDefinitionUpdateManager |
property |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
The definition update manager. |
EntitySchemaSubscriber::$entityDefinitionUpdateManager |
property |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
The entity definition update manager. |
EntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the update of the entity type. |
EntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the update of the entity type. |
EntitySchemaSubscriber::onFieldableEntityTypeUpdate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the update of a fieldable entity type. |
EntitySchemaTest::providerTestPrimaryKeyUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Provides test cases for EntitySchemaTest::testPrimaryKeyUpdate() |
EntitySchemaTest::testEntitySchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests that entity schema responds to changes in the entity type definition. |
EntitySchemaTest::testPrimaryKeyUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests deleting and creating a field that is part of a primary key. |
EntitySchemaTest::updateEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Updates the entity type definition. |
EntitySearchPage::updateEntity |
function |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
Updates the entity with the contents of a row. |
EntityTest::testValidateArgumentAccess |
function |
core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php |
Tests the validate argument method with access and no bundles. |
EntityTest::testValidateArgumentBundle |
function |
core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php |
Tests the validate argument method with bundle checking. |
EntityTest::testValidateArgumentMultiple |
function |
core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php |
Tests the validate argument method with multiple argument splitting. |
EntityTest::testValidateArgumentNoAccess |
function |
core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php |
Tests the validate argument method with no access and bundles. |
EntityTestCompositeConstraintValidator::validate |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php |
|
EntityTestDateonlyTest |
class |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
Tests the datetime field constraint with 'date' items. |
EntityTestDateonlyTest.php |
file |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
|
EntityTestDateonlyTest::$dateString |
property |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
The ISO date string to use throughout the test. |
EntityTestDateonlyTest::$defaultTheme |
property |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
The theme to install as the default for testing. |
EntityTestDateonlyTest::$fieldName |
property |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
Datetime test field name. |
EntityTestDateonlyTest::$modules |
property |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
Modules to install. |
EntityTestDateonlyTest::assertNormalizationEdgeCases |
function |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
Asserts normalization-specific edge cases. |
EntityTestDateonlyTest::createEntity |
function |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php |
Creates the entity to be tested. |