| 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. |
| 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 |
|
| 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. |
| EntityRouteHelper::__construct |
function |
core/modules/navigation/src/EntityRouteHelper.php |
EntityRouteHelper constructor. |
| EntityRouteProviderInterface |
interface |
core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php |
Allows entity types to provide routes. |
| EntityRouteProviderInterface.php |
file |
core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php |
|
| EntityRouteProviderInterface::getRoutes |
function |
core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php |
Provides routes for entities. |
| EntityRouteProviderSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
Ensures that routes can be provided by entity types. |
| EntityRouteProviderSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
|
| EntityRouteProviderSubscriber::$entityTypeManager |
property |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
The entity type manager service. |
| EntityRouteProviderSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
|
| EntityRouteProviderSubscriber::onDynamicRouteEvent |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
Provides routes on route rebuild time. |
| EntityRouteProviderSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
Constructs a new EntityRouteProviderSubscriber instance. |
| EntityTestAdminRoutes |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php |
Defines a test entity type with administrative routes. |
| EntityTestAdminRoutes.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php |
|
| EntityTestRoutes |
class |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
Subscriber for Entity Test routes. |
| EntityTestRoutes.php |
file |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
|
| EntityTestRoutes::routes |
function |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
Returns an array of route objects. |
| EntityType::$field_ui_base_route |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The route name used by field UI to attach its management pages. |
| EntityType::getRouteProviderClasses |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
|
| EntityType::hasRouteProviders |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
|
| EntityTypeInterface::getRouteProviderClasses |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets all the route provide handlers. |
| EntityTypeInterface::hasRouteProviders |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if this entity type has any route provider. |