| ResourceTestBase::$entityStorage |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity storage. |
| ResourceTestBase::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The tested entity type. |
| ResourceTestBase::$firstCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity ID for the first created entity in testPost(). |
| ResourceTestBase::$secondCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity ID for the second created entity in testPost(). |
| ResourceTestBase::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Creates another entity to be tested. |
| ResourceTestBase::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Creates the entity to be tested. |
| ResourceTestBase::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Checks access for the given operation on the given entity. |
| ResourceTestBase::entityFieldAccess |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Checks access for the given field operation on the given entity. |
| ResourceTestBase::entityLoadUnchanged |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Loads an entity in the test container, ignoring the static cache. |
| ResourceTestBase::getEntityDuplicate |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
|
| ResourceTestBase::getModifiedEntityForPatchTesting |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Clones the given entity and modifies all PATCH-protected fields. |
| ResourceTestBase::getModifiedEntityForPostTesting |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Gets the normalized POST entity with random values for its unique fields. |
| ResourceTestBase::resaveEntity |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Reloads and updates an entity with test field values before saving it. |
| ResourceType::$entityTypeId |
property |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
The entity type ID. |
| ResourceType::getEntityTypeId |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Gets the entity type ID. |
| ResourceTypeBuildEvent::createFromEntityTypeAndBundle |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php |
Creates a new ResourceTypeBuildEvent. |
| ResourceTypeRepository::$entityFieldManager |
property |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
The entity field manager. |
| ResourceTypeRepository::$entityTypeBundleInfo |
property |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
The bundle manager. |
| ResourceTypeRepository::$entityTypeManager |
property |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
The entity type manager. |
| ResourceTypeRepository::getAllBundlesForEntityType |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
Gets all bundle IDs for a given entity type. |
| ResponsiveImageIntegrationTest::testEntityViewDisplayDependency |
function |
core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php |
Tests integration with entity view display. |
| ResponsiveImageStyleConfigEntityUnitTest |
class |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests Drupal\responsive_image\Entity\ResponsiveImageStyle. |
| ResponsiveImageStyleConfigEntityUnitTest.php |
file |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
|
| ResponsiveImageStyleConfigEntityUnitTest::$breakpointManager |
property |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
The breakpoint manager used for testing. |
| ResponsiveImageStyleConfigEntityUnitTest::$entityType |
property |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
The entity type used for testing. |
| ResponsiveImageStyleConfigEntityUnitTest::$entityTypeManager |
property |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
The entity type manager used for testing. |
| ResponsiveImageStyleConfigEntityUnitTest::setUp |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
|
| ResponsiveImageStyleConfigEntityUnitTest::testCalculateDependencies |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests calculate dependencies. |
| ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMapping |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests get image style mapping. |
| ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMappings |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests get image style mappings. |
| ResponsiveImageStyleConfigEntityUnitTest::testGetKeyedImageStyleMappings |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests get keyed image style mappings. |
| ResponsiveImageStyleConfigEntityUnitTest::testHasImageStyleMappings |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests has image style mappings. |
| ResponsiveImageStyleConfigEntityUnitTest::testRemoveImageStyleMappings |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests remove image style mappings. |
| ResponsiveImageStyleConfigEntityUnitTest::testSetBreakpointGroup |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests set breakpoint group. |
| ResponsiveImageStyleResourceTestBase::$entity |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
The ResponsiveImageStyle entity. |
| ResponsiveImageStyleResourceTestBase::$entityTypeId |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
The tested entity type. |
| ResponsiveImageStyleResourceTestBase::createEntity |
function |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Creates the entity to be tested. |
| ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Returns the expected normalization of the entity. |
| ResponsiveImageStyleResourceTestBase::getNormalizedPostEntity |
function |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Returns the normalized POST entity. |
| ResponsiveImageStyleTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php |
|
| ResponsiveImageStyleTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php |
The tested entity type. |
| ResponsiveImageStyleTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php |
Creates the entity to be tested. |
| rest.resource.entity.node.yml |
file |
core/modules/rest/config/optional/rest.resource.entity.node.yml |
core/modules/rest/config/optional/rest.resource.entity.node.yml |
| rest.resource.entity.post_route.subscriber |
service |
core/modules/rest/rest.services.yml |
\Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber |
| RestResourceConfigResourceTestBase::$entity |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php |
|
| RestResourceConfigResourceTestBase::$entityTypeId |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php |
The tested entity type. |
| RestResourceConfigResourceTestBase::createEntity |
function |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php |
Creates the entity to be tested. |
| RestResourceConfigResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php |
Returns the expected normalization of the entity. |
| RestResourceConfigResourceTestBase::getNormalizedPostEntity |
function |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php |
Returns the normalized POST entity. |
| RestResourceConfigTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php |
|