You are here

279 string references to uuid in Drupal 10

ActionResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
Returns the expected normalization of the entity.
BaseFieldOverrideResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php
BaseFieldOverrideStorage::createInstance in core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php
Instantiates a new instance of this entity handler.
BlockConfigEntityUnitTest::setUp in core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockContent::baseFieldDefinitions in core/modules/block_content/src/Entity/BlockContent.php
Provides base field definitions for an entity type.
BlockContentResourceTestBase::getExpectedNormalizedEntity in core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
Returns the expected normalization of the entity.
BlockContentTypeResourceTestBase::getExpectedNormalizedEntity in core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php
Returns the expected normalization of the entity.
BlockContentUuidLookup::resolveCacheMiss in core/modules/block_content/src/BlockContentUuidLookup.php
Resolves a cache miss.
BlockResourceTestBase::getExpectedNormalizedEntity in core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php
BlockStorageUnitTest::createTests in core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
Tests the creation of blocks.
BulkDeleteTest::testPurgeField in core/modules/field/tests/src/Kernel/BulkDeleteTest.php
Verify that field data items and fields are purged when a field storage is deleted.
BulkDeleteTest::testPurgeFieldStorage in core/modules/field/tests/src/Kernel/BulkDeleteTest.php
Verify that field storages are preserved and purged correctly as multiple fields are deleted and purged.
BulkDeleteTest::testPurgeWithDeletedAndActiveField in core/modules/field/tests/src/Kernel/BulkDeleteTest.php
Tests that recreating a field with the name as a deleted field works.
CKEditor5MediaController::access in core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php
Additional access check for ::isMediaImage().
CKEditor5MediaController::mediaEntityMetadata in core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php
Returns JSON response containing metadata about media entity.
Comment::baseFieldDefinitions in core/modules/comment/src/Entity/Comment.php
CommentAccessControlHandler::checkFieldAccess in core/modules/comment/src/CommentAccessControlHandler.php
Default field access as determined by this access control handler.
CommentFieldAccessTest.php in core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
CommentResourceTestBase::getExpectedNormalizedEntity in core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentTypeResourceTestBase::getExpectedNormalizedEntity in core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php
CommentViewsFieldAccessTest::testCommentFields in core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
Check access for comment fields.
ConfigDependencyTest::testDependencyManagement in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigDiffTest::testDiff in core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityAdapterTest::testGetIterator in core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
@covers ::getIterator
ConfigEntityAdapterTest::testGetProperties in core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
@covers ::getProperties
ConfigEntityBase::preSave in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Acts on an entity before the presave hook is invoked.
ConfigEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testCreateDuplicate in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
@covers ::createDuplicate
ConfigEntityDependencyTest::testWithDependencies in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityImportTest::testConfigUpdateImport in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Runs test methods for each module within a single test run.
ConfigEntityStorage::createInstance in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
Instantiates a new instance of this entity handler.
ConfigEntityStorageTest::setUp in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::__construct
ConfigEntityStorageTest::testCreate in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::create @covers ::doCreate
ConfigEntityStorageTest::testCreateWithPredefinedUuid in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::create @covers ::doCreate
ConfigEntityStorageTest::testSaveChangedUuid in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save @covers ::doSave
ConfigEntityStorageTest::testSaveInsert in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save @covers ::doSave
ConfigEntityStorageTest::testSaveMismatch in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save @covers ::doSave
ConfigEntityStorageTest::testSaveNoMismatch in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save @covers ::doSave
ConfigEntityStorageTest::testSaveRename in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save @covers ::doSave
ConfigEntityStorageTest::testSaveUpdate in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save @covers ::doSave
ConfigEntityStorageTest::testUUIDConflict in core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php
Tests creating configuration entities with changed UUIDs.
ConfigEntityTest::testCRUD in core/modules/config/tests/src/Functional/ConfigEntityTest.php
Tests CRUD operations.
ConfigEntityType::getPropertiesToExport in core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
Gets the config entity properties to export if declared on the annotation.
ConfigEntityType::__construct in core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityTypeTest::providerGetPropertiesToExport in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
ConfigImporterTest::testNew in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testSecondaryDeletedDeleteeSecond in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigImportSubscriber::validateDependencies in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates configuration being imported does not have unmet dependencies.
ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportErrorLog in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests an import that results in an error.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests collections which do not support config entities install correctly.
ConfigManager::findMissingContentDependencies in core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getConfigDependencyManager in core/lib/Drupal/Core/Config/ConfigManager.php
ConfigSchemaTest::testSchemaMapping in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
Tests the basic metadata retrieval layer.
ConfigSingleImportExportTest::testImport in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
Tests importing a single configuration file.
ConfigSingleImportForm::validateForm in core/modules/config/src/Form/ConfigSingleImportForm.php
Form validation handler.
ConfigTestResourceTestBase::getExpectedNormalizedEntity in core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
Returns the expected normalization of the entity.
ConfigurableLanguageResourceTestBase::getExpectedNormalizedEntity in core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php
ConfigureBlockFormBase::create in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Instantiates a new instance of this class.
config_test.schema.yml in core/modules/config/tests/config_test/config/schema/config_test.schema.yml
core/modules/config/tests/config_test/config/schema/config_test.schema.yml
config_test_entity_type_alter in core/modules/config/tests/config_test/config_test.module
Implements hook_entity_type_alter().
ConstraintsTest::testUuid in core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php
ContactFormResourceTestBase::getExpectedNormalizedEntity in core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php
Returns the expected normalization of the entity.
ContentEntityBase::baseFieldDefinitions in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Provides base field definitions for an entity type.
ContentEntityBase::createDuplicate in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Creates a duplicate of the entity.
ContentEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContentEntityCloneTest::testEntityKeysModifications in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
Tests modifications on entity keys of a cloned entity object.
ContentEntityDenormalizer::prepareInput in core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php
Prepares the input data to create the entity.
ContentLanguageSettingsResourceTestBase::getExpectedNormalizedEntity in core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsUnitTest::setUp in core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentTranslationConfigImportTest::testConfigImportUpdates in core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
Tests config import updates.
core.data_types.schema.yml in core/config/schema/core.data_types.schema.yml
core/config/schema/core.data_types.schema.yml
CoreServiceProvider::alter in core/lib/Drupal/Core/CoreServiceProvider.php
Alters the UUID service to use the most efficient method available.
DateFormatResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php
DefaultTableMapping::create in core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
Initializes the table mapping.
DisplayVariantTest::providerTestGetConfiguration in core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php
Provides test data for testGetConfiguration().
EditorConfigEntityUnitTest::setUp in core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php
EditorResourceTestBase::getExpectedNormalizedEntity in core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php
Returns the expected normalization of the entity.
EntityAccessControlHandler::fieldAccess in core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
Checks access to an operation on a given entity field.
EntityAccessControlHandlerTest::providerTestFieldAccess in core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::testFieldAccess in core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
Tests the default access handling for the ID and UUID fields.
EntityAdapterUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityBase::createDuplicate in core/lib/Drupal/Core/Entity/EntityBase.php
EntityBase::uuidGenerator in core/lib/Drupal/Core/Entity/EntityBase.php
Gets the UUID generator.
EntityDisplayModeBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php
EntityFieldDefaultValueTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php
EntityFieldManager::buildBaseFieldDefinitions in core/lib/Drupal/Core/Entity/EntityFieldManager.php
Builds base field definitions for an entity type.
EntityFormDisplayAccessControlHandlerTest::setUp in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormModeResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php
EntityQueryAccessTest::testBlockContentEntityQueryAccess in core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php
Tests that the 'block_content_access' query tag is respected by Views.
EntityQueryAccessTest::testMediaEntityQueryAccess in core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php
Tests that the 'media_access' query tag is respected by Views.
EntityReferenceFieldItemList::processDefaultValue in core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php
Processes the default value before being applied.
EntityRepository::loadEntityByUuid in core/lib/Drupal/Core/Entity/EntityRepository.php
EntityResource::entityExists in core/modules/jsonapi/src/Controller/EntityResource.php
Checks if the given entity exists.
EntityResourceTestBase::makeNormalizationInvalid in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
Makes the given entity normalization invalid.
EntityResourceTestBase::testPatch in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
Tests a PATCH request for an entity, plus edge cases to ensure good DX.
EntityResourceTestBase::testPost in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
Tests a POST request for an entity, plus edge cases to ensure good DX.
EntitySerializationTest::testNormalize in core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
Tests the normalize function.
EntitySerializationTest::testSerialize in core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
Tests entity serialization for core's formats by a registered Serializer.
EntityStorageBase::__construct in core/lib/Drupal/Core/Entity/EntityStorageBase.php
Constructs an EntityStorageBase instance.
EntityTestBundleResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php
Returns the expected normalization of the entity.
EntityTestComputedFieldNormalizerTest::getExpectedNormalizedEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php
EntityTestLabelResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php
Returns the expected normalization of the entity.
EntityTestMapFieldResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php
Returns the expected normalization of the entity.
EntityTestUpdate::baseFieldDefinitions in core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
Provides base field definitions for an entity type.
EntityTranslationTest::testFieldDefinitions in core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
Check that field translatability is handled properly.
EntityUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
EntityUnitTest::testUuid in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
@covers ::uuid
EntityUuidConverter::convert in core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php
EntityUUIDTest::assertCRUD in core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityViewDisplayAccessControlHandlerTest::setUp in core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php
EntityViewDisplayResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
EntityViewModeResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php
EntityViewsDataTest::setUp in core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
EntityViewsDataTest::testBaseTableFields in core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
Tests fields on the base table.
EntityViewsDataTest::testDataTableFields in core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
Tests fields on the data table.
EntityViewsDataTest::testRevisionTableFields in core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
Tests fields on the revision table.
ExternalNormalizersTest::testFormatAgnosticNormalizers in core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php
Tests a format-agnostic normalizer.
FieldConfigEntityUnitTest::setUp in core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
FieldConfigEntityUnitTest::testToArray in core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
@covers ::toArray
FieldConfigResourceTestBase::getExpectedNormalizedEntity in core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
Returns the expected normalization of the entity.
FieldConfigStorage::createInstance in core/modules/field/src/FieldConfigStorage.php
Instantiates a new instance of this entity handler.
FieldConfigStorage::loadByProperties in core/modules/field/src/FieldConfigStorage.php
Load entities by their property values.
FieldFieldAccessTestBase::assertFieldAccess in core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldInstanceSettings::transform in core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php
Performs the associated process.
FieldInstanceSettingsTest::testTransformImageSettings in core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldInstanceSettingsTest.php
Tests transformation of image field settings.
FieldItemSerializationTest::testFieldDenormalizeWithScalarValue in core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
Tests denormalizing using a scalar field value.
FieldLayoutEntityDisplayTest::assertEntityValues in core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php
Asserts than an entity has the correct values.
FieldResolver::getIdFieldName in core/modules/jsonapi/src/Context/FieldResolver.php
Resolves the UUID field name for a resource type.
FieldResolverTest::resolveInternalEntityQueryPathProvider in core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
Provides test cases for ::testResolveInternalEntityQueryPath.
FieldSettings::transform in core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php
Performs the associated process.
FieldSettingsTest::testTransformImageSettings in core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php
Tests transformation of image field settings.
FieldStorageConfigAccessControlHandlerTest::setUp in core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
FieldStorageConfigEntityUnitTest::setUp in core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity in core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php
Returns the expected normalization of the entity.
FieldStorageConfigStorage::createInstance in core/modules/field/src/FieldStorageConfigStorage.php
Instantiates a new instance of this entity handler.
File::baseFieldDefinitions in core/modules/file/src/Entity/File.php
Provides base field definitions for an entity type.
FileResourceTestBase::getExpectedNormalizedEntity in core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php
Returns the expected normalization of the entity.
FileUploadResourceTestBase::getExpectedNormalizedEntity in core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php
Gets the expected file entity.
FileViewsFieldAccessTest::testFileFields in core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php
Check access for file fields.
FilterFormatResourceTestBase::getExpectedNormalizedEntity in core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
hook_field_purge_field_storage in core/modules/field/field.api.php
Acts when a field storage definition is being purged.
image.data_types.schema.yml in core/modules/image/config/schema/image.data_types.schema.yml
core/modules/image/config/schema/image.data_types.schema.yml
image.schema.yml in core/modules/image/config/schema/image.schema.yml
core/modules/image/config/schema/image.schema.yml
ImageAdminStylesTest::testEditEffect in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageEffectBase::getConfiguration in core/modules/image/src/ImageEffectBase.php
ImageEffectBase::setConfiguration in core/modules/image/src/ImageEffectBase.php
ImageEffectFormBase::buildForm in core/modules/image/src/Form/ImageEffectFormBase.php
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and field storages with default images.
ImageFieldDefaultImagesTest::testInvalidDefaultImage in core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
Tests image field and field storage having an invalid default image.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Tests use of a default image with an image field.
ImageFormatterBase::getEntitiesToView in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php
Returns the referenced entities for display.
ImageImportTest::testImport in core/modules/image/tests/src/Kernel/ImageImportTest.php
Tests importing image styles.
ImageItem::defaultFieldSettings in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Defines the field-level settings for this plugin.
ImageItem::defaultImageForm in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Builds the default_image details element.
ImageItem::defaultStorageSettings in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Defines the storage-level settings for this plugin.
ImageStyle::addImageEffect in core/modules/image/src/Entity/ImageStyle.php
Saves an image effect for this style.
ImageStyleResourceTestBase::getExpectedNormalizedEntity in core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageWidget::formElement in core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
image_entity_presave in core/modules/image/image.module
Implements hook_entity_presave().
image_field_config_delete in core/modules/image/image.module
Implements hook_ENTITY_TYPE_delete() for 'field_config'.
image_field_config_update in core/modules/image/image.module
Implements hook_ENTITY_TYPE_update() for 'field_config'.
image_field_storage_config_delete in core/modules/image/image.module
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
image_field_storage_config_update in core/modules/image/image.module
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
InstallHelper::deleteImportedContent in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
Deletes any content imported by this module.
InstallHelper::processBannerBlock in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
Process block_banner data into block_banner block structure.
InstallHelper::processDisclaimerBlock in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
Process disclaimer_block data into disclaimer_block block structure.
InstallHelper::processFooterPromoBlock in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
Process footer_block data into footer_block block structure.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
JsonApiDocumentTopLevelNormalizerTest::denormalizeProvider in core/modules/jsonapi/tests/src/Unit/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
Data provider for the denormalize test.
JsonApiDocumentTopLevelNormalizerTest::setUp in core/modules/jsonapi/tests/src/Unit/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
JsonApiDocumentTopLevelNormalizerTest::testDenormalizeUuid in core/modules/jsonapi/tests/src/Unit/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
Ensures only valid UUIDs can be specified.
JsonApiFunctionalDateFieldTest::testRead in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalDateFieldTest.php
Tests the GET method.
JsonApiFunctionalTest::testWrite in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
Tests POST, PATCH and DELETE.
KeyValueContentEntityStorageTest::testCRUD in core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
Tests CRUD operations.
KeyValueEntityStorage::createInstance in core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
Instantiates a new instance of this entity handler.
KeyValueEntityStorage::__construct in core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
Constructs a new KeyValueEntityStorage.
keyvalue_test_entity_type_alter in core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module
Implements hook_entity_type_alter().
LanguageUnitTest::testConstruct in core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php
@covers ::__construct
LayoutBuilder::buildAdministrativeSection in core/modules/layout_builder/src/Element/LayoutBuilder.php
Builds the render array for the layout section while editing.
LayoutBuilderEntityViewDisplay::setComponent in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Sets the display options for a component.
layout_builder.schema.yml in core/modules/layout_builder/config/schema/layout_builder.schema.yml
core/modules/layout_builder/config/schema/layout_builder.schema.yml
MediaEmbedFilterTest::providerMissingEntityIndicator in core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php
Data provider for testMissingEntityIndicator().
MediaEmbedFilterTestBase::setUp in core/modules/media/tests/src/Kernel/MediaEmbedFilterTestBase.php
MediaFilterController::preview in core/modules/media/src/Controller/MediaFilterController.php
Returns a HTML response containing a preview of the text after filtering.
MediaResourceTestBase::getExpectedNormalizedEntity in core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php
Returns the expected normalization of the entity.
MediaResourceTestBase::getExpectedNormalizedFileEntity in core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php
Gets the expected file entity.
MediaTypeResourceTestBase::getExpectedNormalizedEntity in core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php
Returns the expected normalization of the entity.
MenuLinkContent::baseFieldDefinitions in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Provides base field definitions for an entity type.
MenuLinkContentResourceTestBase::getExpectedNormalizedEntity in core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
Returns the expected normalization of the entity.
MenuResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php
Returns the expected normalization of the entity.
Message::baseFieldDefinitions in core/modules/contact/src/Entity/Message.php
Provides base field definitions for an entity type.
MigrateSystemConfigurationTest.php in core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest.php in core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php
NodeForm::form in core/modules/node/src/NodeForm.php
Gets the actual form array to be built.
NodePreviewForm::buildForm in core/modules/node/src/Form/NodePreviewForm.php
Form constructor.
NodePreviewForm::submitForm in core/modules/node/src/Form/NodePreviewForm.php
Form submission handler.
NodeResourceTestBase::getExpectedNormalizedEntity in core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php
NodeTest::testPostNonExistingAuthor in core/modules/jsonapi/tests/src/Functional/NodeTest.php
Creating relationships to missing resources should be 404 per JSON:API 1.1.
NodeTypeResourceTestBase::getExpectedNormalizedEntity in core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php
NodeViewsFieldAccessTest::testNodeFields in core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php
Check access for node fields.
NoLanguageEntityTest::baseFieldDefinitions in core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php
PathAliasResourceTestBase::getExpectedNormalizedEntity in core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php
Returns the expected normalization of the entity.
QueryFactoryTest::providerTestGetKeys in core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
RdfMappingConfigEntityUnitTest::setUp in core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php
RdfMappingResourceTestBase::getExpectedNormalizedEntity in core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
ResourceTestBase::makeNormalizationInvalid in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Makes the given JSON:API document invalid.
ResourceTestBase::setUp in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
ResourceTestBase::testGetIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Tests GETting an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::testPatchIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::testPostIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Tests POSTing an individual resource, plus edge cases to ensure good DX.
ResourceTypeRepository::getAllFieldNames in core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php
Gets all field names for a given entity type and bundle.
ResourceTypeRepository::getFields in core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php
Gets the field mapping for the given field names and entity type + bundle.
ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity in core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php
Returns the expected normalization of the entity.
RestResourceConfigResourceTestBase::getExpectedNormalizedEntity in core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php
Returns the expected normalization of the entity.
RoleResourceTestBase::getExpectedNormalizedEntity in core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php
SearchPageResourceTestBase::getExpectedNormalizedEntity in core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php
Returns the expected normalization of the entity.
SectionComponent::fromArray in core/modules/layout_builder/src/SectionComponent.php
Creates an object from an array representation of the section component.
SectionComponent::toArray in core/modules/layout_builder/src/SectionComponent.php
Returns an array representation of the section component.
Shortcut::baseFieldDefinitions in core/modules/shortcut/src/Entity/Shortcut.php
ShortcutResourceTestBase::getExpectedNormalizedEntity in core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
ShortcutSetResourceTestBase::getExpectedNormalizedEntity in core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php
ShortcutSetStorage::createInstance in core/modules/shortcut/src/ShortcutSetStorage.php
Instantiates a new instance of this entity handler.
SqlContentEntityStorageTest::providerTestGetTableMappingSimple in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Provides test data for testGetTableMappingSimple().
SqlContentEntityStorageTest::testGetTableMappingRevisionable in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests getTableMapping() with a revisionable, non-translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests getTableMapping() with a revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests getTableMapping() with a complex entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests getTableMapping() with a revisionable entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingSimple in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests getTableMapping() with a simple entity type.
SqlContentEntityStorageTest::testGetTableMappingTranslatable in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests getTableMapping() with a non-revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests getTableMapping() with a translatable entity type with fields.
SqlContentEntityStorageTest::testOnEntityTypeCreate in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
StandardInstallerTest::testStandardConfig in core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
Ensures that the exported standard configuration is up to date.
StorageComparer::addChangelistRename in core/lib/Drupal/Core/Config/StorageComparer.php
Creates the rename changelist.
StorageComparer::addChangelistUpdate in core/lib/Drupal/Core/Config/StorageComparer.php
Creates the update changelist.
StorageComparer::validateSiteUuid in core/lib/Drupal/Core/Config/StorageComparer.php
StorageComparerTest::getConfigData in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
system.schema.yml in core/modules/system/config/schema/system.schema.yml
core/modules/system/config/schema/system.schema.yml
system_install in core/modules/system/system.install
Implements hook_install().
TaxonomyViewsFieldAccessTest::testTermFields in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php
Check access for taxonomy fields.
Term::baseFieldDefinitions in core/modules/taxonomy/src/Entity/Term.php
Provides base field definitions for an entity type.
TermResourceTestBase::getExpectedNormalizedEntity in core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php
Returns the expected normalization of the entity.
TourResourceTestBase::getExpectedNormalizedEntity in core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php
TypedConfigTest::testTypedDataAPI in core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
Verifies that the Typed Data API is implemented correctly.
UninstallDefaultContentTest::assertImportedCustomBlock in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
Assert block content are imported.
UninstallDefaultContentTest::expectedBlocks in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
Returns the expected properties of this profile's custom blocks.
UninstallDefaultContentTest::testReinstall in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
Tests uninstalling content removes created entities.
UpdatePathTestBaseTest::testPathAliasProcessing in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
Tests that path aliases are not processed during database updates.
User::baseFieldDefinitions in core/modules/user/src/Entity/User.php
UserResourceTestBase::getExpectedNormalizedEntity in core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
UserResourceTestBase::testPatchSecurityOtherUser in core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
Tests PATCHing security-sensitive base fields to change other users.
UserViewsFieldAccessTest::testUserFields in core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UuidFormatterTest::testUuidStringFormatter in core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php
Tests string formatter output.
UuidItem::applyDefaultValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php
Applies the default value.
UuidItem::generateSampleValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php
Generates placeholder field values.
UuidItemTest::testSampleValue in core/modules/field/tests/src/Kernel/String/UuidItemTest.php
Tests 'uuid' random values.
VariantBase::defaultConfiguration in core/lib/Drupal/Core/Display/VariantBase.php
VariantBase::id in core/lib/Drupal/Core/Display/VariantBase.php
ViewResourceTestBase::getExpectedNormalizedEntity in core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
views.view.no_entity_translation_view.yml in core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml
core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml
ViewsListTest::testViewsListLimit in core/modules/views_ui/tests/src/Functional/ViewsListTest.php
Tests that the views list does not use a pager.
ViewStorageTest::createTests in core/modules/views/tests/src/Kernel/ViewStorageTest.php
Tests creating configuration entities.
VocabularyResourceTestBase::getExpectedNormalizedEntity in core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
Returns the expected normalization of the entity.
WorkflowResourceTestBase::getExpectedNormalizedEntity in core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php
WorkspaceIntegrationTest::testEntityQueryRelationship in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests the Entity Query relationship API with workspaces.
WorkspaceResourceTestBase::getExpectedNormalizedEntity in core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php
Returns the expected normalization of the entity.
WorkspacesContentModerationStateTest::testContentModerationIntegrationWithWorkspaces in core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
Tests the integration between Content Moderation and Workspaces.
_views_test_query_access_restrict_by_uuid in core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module
Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query.