| EntityReverse::__construct |
function |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php |
Constructs an EntityReverse object. |
| EntityReverseJoinTest |
class |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
Tests the EntityReverse join plugin. |
| EntityReverseJoinTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
|
| EntityReverseJoinTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
Views to be enabled. |
| EntityReverseJoinTest::testJoinThroughRelationship |
function |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
Tests that the EntityReverse plugin loads the correct join plugin. |
| EntityRevision |
class |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php |
Provides entity revision destination plugin. |
| EntityRevision |
class |
core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php |
Mock that exposes from internal methods for testing. |
| EntityRevision.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php |
|
| EntityRevision::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php |
Gets the entity. |
| EntityRevision::getEntity |
function |
core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php |
Allow public access for testing. |
| EntityRevision::getHighestId |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php |
Returns the highest ID tracked by the implementing plugin. |
| EntityRevision::getIds |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php |
Gets the destination IDs. |
| EntityRevision::save |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php |
Saves the entity. |
| EntityRevision::save |
function |
core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php |
Allow public access for testing. |
| EntityRevision::updateEntity |
function |
core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php |
Don't test method from base class. |
| EntityRevision::__construct |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php |
Constructs a content entity. |
| EntityRevisionParamConverter |
class |
core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php |
Parameter converter for upcasting entity revision IDs to full objects. |
| EntityRevisionParamConverter.php |
file |
core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php |
|
| EntityRevisionParamConverter::$entityRepository |
property |
core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php |
The entity repository. |
| EntityRevisionParamConverter::$entityTypeManager |
property |
core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php |
The entity type manager. |
| EntityRevisionParamConverter::applies |
function |
core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php |
Determines if the converter applies to a specific route and variable. |
| EntityRevisionParamConverter::convert |
function |
core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php |
Converts path variables to their corresponding objects. |
| EntityRevisionParamConverter::__construct |
function |
core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php |
Creates a new EntityRevisionParamConverter instance. |
| EntityRevisionParamConverterTest |
class |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests Drupal\Core\ParamConverter\EntityRevisionParamConverter. |
| EntityRevisionParamConverterTest.php |
file |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
|
| EntityRevisionParamConverterTest::$converter |
property |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
The tested entity revision param converter. |
| EntityRevisionParamConverterTest::getTestRoute |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
|
| EntityRevisionParamConverterTest::providerTestConvert |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Provides test data for testConvert. |
| EntityRevisionParamConverterTest::setUp |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
|
| EntityRevisionParamConverterTest::testApplyingRoute |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests applying route. |
| EntityRevisionParamConverterTest::testConvert |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method. |
| EntityRevisionParamConverterTest::testConvertWithInvalidDynamicEntityType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method with an invalid dynamic entity type ID. |
| EntityRevisionParamConverterTest::testConvertWithInvalidEntityType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method with an invalid entity type ID. |
| EntityRevisionParamConverterTest::testConvertWithInvalidType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method with an invalid dynamic entity type ID. |
| EntityRevisionParamConverterTest::testNonApplyingRoute |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests non applying route. |
| EntityRevisionRouteEnhancer |
class |
core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php |
Adds _entity_revision to the request attributes, if possible. |
| EntityRevisionRouteEnhancer.php |
file |
core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php |
|
| EntityRevisionRouteEnhancer::applies |
function |
core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php |
Returns whether the enhancer runs on the current route. |
| EntityRevisionRouteEnhancer::enhance |
function |
core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php |
Updates the defaults for a route definition based on the request. |
| EntityRevisionRouteEnhancerTest |
class |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer. |
| EntityRevisionRouteEnhancerTest.php |
file |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
|
| EntityRevisionRouteEnhancerTest::$routeEnhancer |
property |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
|
| EntityRevisionRouteEnhancerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
|
| EntityRevisionRouteEnhancerTest::testEnhanceWithEntityRevision |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests enhance with entity revision. |
| EntityRevisionRouteEnhancerTest::testEnhanceWithoutEntityRevision |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests enhance without entity revision. |
| EntityRevisionRouteEnhancerTest::testEnhanceWithoutParameter |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests enhance without parameter. |
| EntityRevisionsTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php |
Tests the loaded Revision of an entity. |
| EntityRevisionsTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php |
Tests modifying an entity with revisions. |
| EntityRevisionsTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php |
|
| EntityRevisionsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php |
|