| 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. |
| TypeLinkManager::$entityTypeManager |
property |
core/modules/hal/src/LinkManager/TypeLinkManager.php |
The entity type manager. |
| 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(). |
| 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::$supportedInterfaceOrClass |
property |
core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php |
The interface or class that this Normalizer supports. |
| UnprocessableHttpEntityExceptionNormalizer::buildErrorObjects |
function |
core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php |
Builds the normalized JSON:API error objects for the response. |
| 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::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.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/rdf/tests/src/Functional/Migrate/Upgrade7Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7Test::getEntityCountsIncremental |
function |
core/modules/rdf/tests/src/Functional/Migrate/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. |
| UpgradeTest::getEntityCounts |
function |
core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d6/UpgradeTest.php |
Gets the expected number of entities per entity type after migration. |
| UpgradeTest::getEntityCounts |
function |
core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/UpgradeTest.php |
Gets the expected number of entities per entity type after migration. |
| UpgradeTest::getEntityCountsIncremental |
function |
core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d6/UpgradeTest.php |
Gets expected number of entities per entity after incremental migration. |
| UpgradeTest::getEntityCountsIncremental |
function |
core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/UpgradeTest.php |
Gets expected number of entities per entity after incremental migration. |
| Url::fromEntityUri |
function |
core/lib/Drupal/Core/Url.php |
Create a new Url object for entity URIs. |
| UrlTest::providerTestEntityUris |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing entity URIs. |
| UrlTest::providerTestToUriStringForEntity |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing string entity URIs. |
| UrlTest::testEntityUris |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromUri() method with an entity: URI. |
| UrlTest::testInvalidEntityUriParameter |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromUri() method with an invalid entity: URI. |
| UrlTest::testToUriStringForEntity |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the toUriString() method with entity: URIs. |
| UsageTest::testFileUsageWithEntityTranslation |
function |
core/modules/file/tests/src/Kernel/UsageTest.php |
Tests file usage with translated entities. |
| User::validateEntity |
function |
core/modules/user/src/Plugin/views/argument_validator/User.php |
Validates an individual entity against class access settings. |
| UserAuth::$entityTypeManager |
property |
core/modules/user/src/UserAuth.php |
The entity type manager. |
| UserCacheTagsTest::createEntity |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Creates the entity to be tested. |
| UserCacheTagsTest::getAdditionalCacheTagsForEntityListing |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Returns the additional cache tags for the tested entity's listing by type. |
| UserCancelForm::$entity |
property |
core/modules/user/src/Form/UserCancelForm.php |
The account being cancelled. |
| UserEntityLabelTest |
class |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Tests the label callback. |
| UserEntityLabelTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
|
| UserEntityLabelTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Modules to enable. |
| UserEntityLabelTest::testLabelCallback |
function |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Tests label callback. |
| UserEntityReferenceTest |
class |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
Tests the user reference field functionality. |
| UserEntityReferenceTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
|