| TourTest::$entity |
property |
core/modules/tour/tests/src/Functional/Jsonapi/TourTest.php |
|
| TourTest::$entityTypeId |
property |
core/modules/tour/tests/src/Functional/Jsonapi/TourTest.php |
The tested entity type. |
| TourTest::createEntity |
function |
core/modules/tour/tests/src/Functional/Jsonapi/TourTest.php |
Creates the entity to be tested. |
| TranslationLink::getEntityLinkTemplate |
function |
core/modules/content_translation/src/Plugin/views/field/TranslationLink.php |
Returns the entity link template name identifying the link route. |
| TranslationTest::$entityType |
property |
core/modules/field/tests/src/Kernel/TranslationTest.php |
The name of the entity type to use in this test. |
| TranslationWebTest::$entityTypeId |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The name of the entity type to use in this test. |
| TwigSandboxTest::getTwigEntityDangerousMethods |
function |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
Data provider for ::testEntityDangerousMethods. |
| TwigSandboxTest::testEntityDangerousMethods |
function |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
Tests that dangerous methods cannot be called in entity objects. |
| TwigSandboxTest::testEntitySafeMethods |
function |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
Tests that valid methods can be called from within Twig templates. |
| TwigSandboxTest::testEntitySafePrefixes |
function |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
Tests that prefixed methods can be called from within Twig templates. |
| TypedDataDefinitionEntityBundleTest |
class |
core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php |
Tests data type metadata for entity bundles. |
| TypedDataDefinitionEntityBundleTest.php |
file |
core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php |
|
| TypedDataDefinitionEntityBundleTest::$entityTestBundleStorage |
property |
core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php |
The storage for the 'entity_test_bundle' entity type. |
| TypedDataDefinitionEntityBundleTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php |
Modules to install. |
| TypedDataDefinitionEntityBundleTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php |
The typed data manager to use. |
| TypedDataDefinitionEntityBundleTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php |
|
| TypedDataDefinitionEntityBundleTest::testEntityBundleDefinitions |
function |
core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php |
Tests that entity bundle definitions are derived correctly. |
| UniqueFieldConstraintTest::providerTestEntityWithStringIdWithViolation |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Data provider for ::testEntityWithStringIdWithViolation(). |
| UniqueFieldConstraintTest::testEntityWithStringId |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests cases where the validation passes for entities with string IDs. |
| UniqueFieldConstraintTest::testEntityWithStringIdWithViolation |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests cases when validation raises violations for entities with string IDs. |
| UniquePathAliasConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php |
The entity type manager. |
| unique_field_constraint_test_entity_base_field_info_alter |
function |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module |
Implements hook_entity_base_field_info_alter(). |
| unique_field_constraint_test_query_entity_test_access_alter |
function |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module |
Implements hook_query_entity_test_access_alter(). |
| UnprocessableHttpEntityException |
class |
core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php |
A class to represent a 422 - Unprocessable Entity Exception. |
| UnprocessableHttpEntityException.php |
file |
core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php |
|
| UnprocessableHttpEntityException::$violations |
property |
core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php |
The constraint violations associated with this exception. |
| UnprocessableHttpEntityException::getViolations |
function |
core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php |
Gets the constraint violations associated with this exception. |
| UnprocessableHttpEntityException::setViolations |
function |
core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php |
Sets the constraint violations associated with this exception. |
| UnprocessableHttpEntityException::__construct |
function |
core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php |
UnprocessableHttpEntityException constructor. |
| UnprocessableHttpEntityExceptionNormalizer |
class |
core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php |
Normalizes and UnprocessableHttpEntityException. |
| UnprocessableHttpEntityExceptionNormalizer.php |
file |
core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php |
|
| UnprocessableHttpEntityExceptionNormalizer::buildErrorObjects |
function |
core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php |
Builds the normalized JSON:API error objects for the response. |
| UnprocessableHttpEntityExceptionNormalizer::getSupportedTypes |
function |
core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php |
|
| UnsupportedEntityTypeDefinitionException |
class |
core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php |
Defines an exception thrown when an entity type definition is invalid. |
| UnsupportedEntityTypeDefinitionException.php |
file |
core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php |
|
| UpcastingTest::testEntityLanguage |
function |
core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php |
Confirms entity is shown in user's language by default. |
| Upgrade6Test::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade6Test::getEntityCounts |
function |
core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade6Test::getEntityCountsIncremental |
function |
core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade6Test::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade6TestWithContentModeration::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6TestWithContentModeration.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade6TestWithContentModeration::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6TestWithContentModeration.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7Test::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7Test::getEntityCounts |
function |
core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7Test::getEntityCountsIncremental |
function |
core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7Test::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7TestWithContentModeration::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7TestWithContentModeration.php |
Gets the expected number of entities per entity type after migration. |
| UpgradeTest::getEntityCounts |
function |
core/modules/statistics/tests/src/Functional/migrate_drupal/d6/UpgradeTest.php |
Gets the expected number of entities per entity type after migration. |
| UpgradeTest::getEntityCounts |
function |
core/modules/statistics/tests/src/Functional/migrate_drupal/d7/UpgradeTest.php |
Gets the expected number of entities per entity type after migration. |
| UpgradeTest::getEntityCountsIncremental |
function |
core/modules/statistics/tests/src/Functional/migrate_drupal/d6/UpgradeTest.php |
Gets expected number of entities per entity after incremental migration. |