| 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. |
| UpdateActionsWithEntityPluginsTest |
class |
core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php |
Tests upgrading comment and node actions to generic entity ones. |
| UpdateActionsWithEntityPluginsTest.php |
file |
core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php |
|
| UpdateActionsWithEntityPluginsTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php |
The theme to install as the default for testing. |
| UpdateActionsWithEntityPluginsTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php |
Set database dump files to be used. |
| UpdateActionsWithEntityPluginsTest::testUpdateActionsWithEntityPlugins |
function |
core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php |
Tests upgrading comment and node actions to generic entity ones. |
| UpdateActionsWithEntityPluginsTest::testUpdateDeleteActionsWithEntityPlugins |
function |
core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php |
Tests upgrading comment and node delete actions to generic entity ones. |
| UpdateApiEntityDefinitionUpdateTest |
class |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
Tests performing entity updates through the Update API. |
| UpdateApiEntityDefinitionUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
|
| UpdateApiEntityDefinitionUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
The theme to install as the default for testing. |
| UpdateApiEntityDefinitionUpdateTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
Modules to enable. |
| UpdateApiEntityDefinitionUpdateTest::reloadEntity |
function |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
Reloads the specified entity. |
| UpdateApiEntityDefinitionUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
|
| UpdateApiEntityDefinitionUpdateTest::testMultipleUpdates |
function |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
Tests that multiple updates applied in bulk work as expected. |
| UpdateApiEntityDefinitionUpdateTest::testSingleUpdates |
function |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
Tests that individual updates applied sequentially work as expected. |
| UpdateApiEntityDefinitionUpdateTest::testStatusReport |
function |
core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php |
Tests that entity updates are correctly reported in the status report page. |
| UpdateEntityDisplayTest |
class |
core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php |
Tests updates for entity displays. |
| UpdateEntityDisplayTest.php |
file |
core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php |
|
| UpdateEntityDisplayTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php |
The theme to install as the default for testing. |
| UpdateEntityDisplayTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php |
Set database dump files to be used. |
| UpdateEntityDisplayTest::testExtraFieldsUpdate |
function |
core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php |
Tests that entity displays are updated to properly store extra fields. |
| UpdateEntityDisplayTest::testRegionUpdate |
function |
core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php |
Tests that entity displays are updated with regions for their fields. |
| 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::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.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. |
| UrlAlias::getEntityTypeId |
function |
core/modules/path/src/Plugin/migrate/destination/UrlAlias.php |
Finds the entity type from configuration or plugin ID. |
| 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. |