EntityReferenceUuidItem::mainPropertyName |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Returns the name of the main property, if any. |
EntityReferenceUuidItem::onChange |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
React to changes to a child property or item. |
EntityReferenceUuidItem::preSave |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Defines custom presave behavior for field values. |
EntityReferenceUuidItem::propertyDefinitions |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Defines field item properties. |
EntityReferenceUuidItem::schema |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Returns the schema for the field. |
EntityReferenceUuidItem::setValue |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
EntityRepository::loadEntityByUuid |
function |
core/lib/Drupal/Core/Entity/EntityRepository.php |
Loads an entity by UUID. |
EntityRepositoryInterface::loadEntityByUuid |
function |
core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php |
Loads an entity by UUID. |
EntityResourceTest::$nodeUuid |
property |
core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php |
Static UUIDs to use in testing. |
EntityStorageBase::$uuidKey |
property |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Name of entity's UUID database table field, if it supports UUIDs. |
EntityStorageBase::$uuidService |
property |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
The UUID service. |
EntityTest::testCalculateDependenciesWithUuid |
function |
core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php |
Tests calculate dependencies with uuid. |
EntityTest::testRenderWithUuid |
function |
core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php |
Tests render with uuid. |
EntityTestNoUuid |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoUuid.php |
Test entity class with revisions but without UUIDs. |
EntityTestNoUuid.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoUuid.php |
|
EntityTestUuidId |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
Defines a test entity class with UUIDs as IDs. |
EntityTestUuidId.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
|
EntityTestUuidId::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
Provides base field definitions for an entity type. |
EntityTestUuidId::generateUuid |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
Statically generates a UUID. |
EntityUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The UUID generator used for testing. |
EntityUnitTest::testUuid |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests uuid. |
EntityUuidConverter |
class |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Parameter converter for upcasting entity UUIDs to full objects. |
EntityUuidConverter.php |
file |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
|
EntityUuidConverter::$languageManager |
property |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
The language manager. |
EntityUuidConverter::applies |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Determines if the converter applies to a specific route and variable. |
EntityUuidConverter::convert |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Converts path variables to their corresponding objects. |
EntityUuidConverter::setLanguageManager |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Injects the language manager. |
EntityUuidIdTest |
class |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Tests that an entity with a UUID as ID can be managed. |
EntityUuidIdTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
|
EntityUuidIdTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
The theme to install as the default for testing. |
EntityUuidIdTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Modules to install. |
EntityUuidIdTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
|
EntityUuidIdTest::testUi |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Tests the user interface for the test entity. |
EntityUUIDTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests creation, saving, and loading of entity UUIDs. |
EntityUUIDTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
EntityUUIDTest::assertCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Executes the UUID CRUD tests for the given entity type. |
EntityUUIDTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
EntityUUIDTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
EntityViewsData::processViewsDataForUuid |
function |
core/modules/views/src/EntityViewsData.php |
Processes the views data for a UUID field. |
EntityViewsDataTest::assertUuidField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a UUID field. |
FieldConfigEntityUnitTest::$uuid |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The UUID generator used for testing. |
FieldStorageConfigEntityUnitTest::$uuid |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
The UUID generator used for testing. |
FinderTest::testExceptionIfNoUuid |
function |
core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php |
Tests that files without UUIDs will raise an exception. |
ImageEffectBase::$uuid |
property |
core/modules/image/src/ImageEffectBase.php |
The image effect ID. |
ImageEffectBase::getUuid |
function |
core/modules/image/src/ImageEffectBase.php |
Returns the unique ID representing the image effect. |
ImageEffectInterface::getUuid |
function |
core/modules/image/src/ImageEffectInterface.php |
Returns the unique ID representing the image effect. |
ImageStyleResourceTestBase::$effectUuid |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
The effect UUID. |
ImageStyleTest::$effectUuid |
property |
core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php |
The effect UUID. |
InstallHelper::storeCreatedContentUuids |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Stores record of content entities created by this import. |
JsonApiDocumentTopLevelNormalizerTest::denormalizeUuidProvider |
function |
core/modules/jsonapi/tests/src/Unit/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php |
Provides test cases for testDenormalizeUuid. |