| EntityRevisionTest::testRevisionTranslation |
function |
core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php |
Tests that EntityRevision correctly handles revision translations. |
| EntityRevisionTest::testSave |
function |
core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php |
Tests entity revision save. |
| EntityRevisionTest::testUntranslatable |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php |
Tests that translation destination fails for untranslatable entities. |
| EntityRevisionTestDestination |
class |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php |
Stub class for testing EntityRevision methods. |
| EntityRevisionTestDestination::$entity |
property |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php |
The test entity. |
| EntityRevisionTestDestination::getEntity |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php |
Gets the test entity. |
| EntityRevisionTestDestination::getEntityTypeId |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php |
Gets the test entity ID. |
| EntityRevisionTestDestination::setEntity |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php |
Sets the test entity. |
| EntityRevisionTranslationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Tests proper revision propagation of entities. |
| EntityRevisionTranslationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
|
| EntityRevisionTranslationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Modules to install. |
| EntityRevisionTranslationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
|
| EntityRevisionTranslationTest::testDefaultRevision |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Tests changing the default revision flag is propagated to all translations. |
| EntityRevisionTranslationTest::testIsAnyStoredRevisionTranslated |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Tests that revision translations are correctly detected. |
| EntityRevisionTranslationTest::testNewRevisionAfterTranslation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Tests if the translation object has the right revision id after new revision. |
| EntityRevisionTranslationTest::testRevertRevisionAfterTranslation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Tests if the translation object has the right revision id after new revision. |
| EntityRevisionTranslationTest::testSetNewRevision |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Tests set new revision. |
| EntityRevisionTranslationTest::testTranslationValuesWhenSavingPendingRevisions |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php |
Tests the translation values when saving a pending revision. |
| EntityRevisionViewController |
class |
core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php |
Defines a controller to view an entity revision. |
| EntityRevisionViewController.php |
file |
core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php |
|
| EntityRevisionViewController::create |
function |
core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php |
Instantiates a new instance of this class. |
| EntityRevisionViewController::title |
function |
core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php |
Provides a title callback for a revision of an entity. |
| EntityRevisionViewController::__construct |
function |
core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php |
Creates a new EntityRevisionViewController. |
| EntityRevisionViewController::__invoke |
function |
core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php |
Provides a page to render a single entity revision. |
| EntityRouteAlterSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php |
Registers the 'type' of route parameter names that match an entity type. |
| EntityRouteAlterSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php |
|
| EntityRouteAlterSubscriber::$resolverManager |
property |
core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php |
The entity resolver manager. |
| EntityRouteAlterSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php |
|
| EntityRouteAlterSubscriber::onRoutingRouteAlterSetType |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php |
Applies parameter converters to route parameters. |
| EntityRouteAlterSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php |
Constructs an EntityRouteAlterSubscriber instance. |
| EntityRouteEnhancer |
class |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
Enhances an entity form route with the appropriate controller. |
| EntityRouteEnhancer.php |
file |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
|
| EntityRouteEnhancer::applies |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
Returns whether the enhancer runs on the current route. |
| EntityRouteEnhancer::enhance |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
Updates the defaults for a route definition based on the request. |
| EntityRouteEnhancer::enhanceEntityForm |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
Update defaults for entity forms. |
| EntityRouteEnhancer::enhanceEntityList |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
Update defaults for an entity list. |
| EntityRouteEnhancer::enhanceEntityView |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
Update defaults for an entity view. |
| EntityRouteEnhancerTest |
class |
core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php |
Tests Drupal\Core\Entity\Enhancer\EntityRouteEnhancer. |
| EntityRouteEnhancerTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php |
|
| EntityRouteEnhancerTest::testEnhancer |
function |
core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php |
Tests the enhancer method. |
| EntityRouteHelper |
class |
core/modules/navigation/src/EntityRouteHelper.php |
Helper service to detect entity routes. |
| EntityRouteHelper.php |
file |
core/modules/navigation/src/EntityRouteHelper.php |
|
| EntityRouteHelper::$contentEntityPaths |
property |
core/modules/navigation/src/EntityRouteHelper.php |
A list of all the link paths of enabled content entities. |
| EntityRouteHelper::doGetContentEntityPaths |
function |
core/modules/navigation/src/EntityRouteHelper.php |
|
| EntityRouteHelper::ENTITY_ROUTE_CID |
constant |
core/modules/navigation/src/EntityRouteHelper.php |
|
| EntityRouteHelper::getContentEntityFromRoute |
function |
core/modules/navigation/src/EntityRouteHelper.php |
|
| EntityRouteHelper::getContentEntityPaths |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Returns the paths for the link templates of all content entities. |
| EntityRouteHelper::getContentEntityTypePaths |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Returns the path for the link template for a given content entity type. |
| EntityRouteHelper::isContentEntityRoute |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Determines if content entity route condition is met. |
| EntityRouteHelper::isLayoutBuilderEntityType |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Determines if a given entity type is layout builder relevant or not. |