| 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 |
|
| RestResourceConfigTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php |
The tested entity type. |
| RestResourceConfigTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php |
Creates the entity to be tested. |
| RestTestHooks::entityBaseFieldInfo |
function |
core/modules/rest/tests/modules/rest_test/src/Hook/RestTestHooks.php |
Implements hook_entity_base_field_info(). |
| RestTestHooks::entityFieldAccess |
function |
core/modules/rest/tests/modules/rest_test/src/Hook/RestTestHooks.php |
Implements hook_entity_field_access(). |
| ResultRow::$_entity |
property |
core/modules/views/src/ResultRow.php |
The entity for this result. |
| ResultRow::resetEntityData |
function |
core/modules/views/src/ResultRow.php |
Resets the _entity and _relationship_entities properties. |
| RevisionableContentEntityBase |
class |
core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php |
Provides a content entity with extended support for revisions. |
| RevisionableContentEntityBase.php |
file |
core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php |
|
| RevisionableContentEntityBase::baseFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php |
|
| RevisionableContentEntityBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
Test the revision system. |
| RevisionableContentEntityBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
|
| RevisionableContentEntityBaseTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
|
| RevisionableContentEntityBaseTest::assertItemsTableCount |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
Asserts the amount of items on entity related tables. |
| RevisionableContentEntityBaseTest::createRevision |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
Creates a new revision in the entity of this test class. |
| RevisionableContentEntityBaseTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
|
| RevisionableContentEntityBaseTest::testRevisionableContentEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
Tests the correct functionality CRUD operations of entity revisions. |
| RevisionableContentEntityBaseTest::testWasDefaultRevision |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
Tests the behavior of the "revision_default" flag. |
| RevisionableEntityBundleInterface |
interface |
core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php |
Provides an interface defining a revisionable entity bundle. |
| RevisionableEntityBundleInterface.php |
file |
core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php |
|
| RevisionableEntityBundleInterface::shouldCreateNewRevision |
function |
core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php |
Gets whether a new revision should be created by default. |
| RevisionDeleteForm::buildEntity |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
|