ConfirmFormHelperTest::testCancelLinkRouteWithUrl |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
@covers ::buildCancelLink |
ContentModerationRouteSubscriber |
class |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
Subscriber for moderated revisionable entity forms. |
ContentModerationRouteSubscriber.php |
file |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
|
ContentModerationRouteSubscriber::$entityTypeManager |
property |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
The entity type manager. |
ContentModerationRouteSubscriber::$moderatedEntityTypes |
property |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
An associative array of moderated entity types keyed by ID. |
ContentModerationRouteSubscriber::alterRoutes |
function |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
Alters existing routes for a specific collection. |
ContentModerationRouteSubscriber::getModeratedEntityTypes |
function |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
Returns the moderated entity types. |
ContentModerationRouteSubscriber::getSubscribedEvents |
function |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
|
ContentModerationRouteSubscriber::setLatestRevisionFlag |
function |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
Ensure revisionable entities load the latest revision on entity forms. |
ContentModerationRouteSubscriber::__construct |
function |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
ContentModerationRouteSubscriber constructor. |
ContentModerationRouteSubscriberTest |
class |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
@coversDefaultClass \Drupal\content_moderation\Routing\ContentModerationRouteSubscriber |
ContentModerationRouteSubscriberTest.php |
file |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
|
ContentModerationRouteSubscriberTest::$routeSubscriber |
property |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
The test content moderation route subscriber. |
ContentModerationRouteSubscriberTest::setLatestRevisionFlagTestCases |
function |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
Data provider for ::testSetLatestRevisionFlag. |
ContentModerationRouteSubscriberTest::setUp |
function |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
|
ContentModerationRouteSubscriberTest::setupEntityTypes |
function |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
Creates the entity type manager mock returning entity type objects. |
ContentModerationRouteSubscriberTest::testSetLatestRevisionFlag |
function |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
Tests that the "load_latest_revision" flag is handled correctly. |
ContentPreprocess::$routeMatch |
property |
core/modules/content_moderation/src/ContentPreprocess.php |
The route match service. |
ContentPreprocessTest::routeNodeProvider |
function |
core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php |
Data provider for self::testIsLatestVersionPage(). |
ContentPreprocessTest::setupCurrentRouteMatch |
function |
core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php |
Mock the current route matching object. |
ContentTranslationRouteSubscriber |
class |
core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php |
Subscriber for entity translation routes. |
ContentTranslationRouteSubscriber.php |
file |
core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php |
|
ContentTranslationRouteSubscriber::$contentTranslationManager |
property |
core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php |
The content translation manager. |
ContentTranslationRouteSubscriber::alterRoutes |
function |
core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php |
Alters existing routes for a specific collection. |
ContentTranslationRouteSubscriber::getSubscribedEvents |
function |
core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php |
|
ContentTranslationRouteSubscriber::__construct |
function |
core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php |
Constructs a ContentTranslationRouteSubscriber object. |
ContentTypeHeaderMatcherTest::testNoRouteFound |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Confirms that the matcher throws an exception for no-route. |
content_moderation.route_subscriber |
service |
core/modules/content_moderation/content_moderation.services.yml |
Drupal\content_moderation\Routing\ContentModerationRouteSubscriber |
ContextualLinkDefault::getRouteName |
function |
core/lib/Drupal/Core/Menu/ContextualLinkDefault.php |
Returns the route name of the contextual link. |
ContextualLinkDefaultTest::testGetRouteName |
function |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php |
@covers ::getRouteName |
ContextualLinkInterface::getRouteName |
function |
core/lib/Drupal/Core/Menu/ContextualLinkInterface.php |
Returns the route name of the contextual link. |
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute |
function |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php |
Tests processDefinition() by passing a plugin definition without a route. |
CsrfAccessCheckTest::$routeMatch |
property |
core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php |
The mock route match. |
CsrfRequestHeaderTest::testRouteAccess |
function |
core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php |
Tests access to routes protected by CSRF request header requirements. |
CurrentRouteMatch |
class |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Default object for current_route_match service. |
CurrentRouteMatch.php |
file |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
|
CurrentRouteMatch::$requestStack |
property |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
The related request stack. |
CurrentRouteMatch::$routeMatches |
property |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Internal cache of RouteMatch objects. |
CurrentRouteMatch::getCurrentRouteMatch |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the route match for the current request. |
CurrentRouteMatch::getMasterRouteMatch |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Gets the master route match.. |
CurrentRouteMatch::getParameter |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the processed value of a named route parameter. |
CurrentRouteMatch::getParameters |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the bag of all processed route parameters. |
CurrentRouteMatch::getParentRouteMatch |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the parent route match of the current. |
CurrentRouteMatch::getRawParameter |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the raw value of a named route parameter. |
CurrentRouteMatch::getRawParameters |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the bag of all raw route parameters. |
CurrentRouteMatch::getRouteMatch |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the route match for a passed in request. |
CurrentRouteMatch::getRouteMatchFromRequest |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns a route match from a given request, if possible. |
CurrentRouteMatch::getRouteName |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the route name. |
CurrentRouteMatch::getRouteObject |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Returns the route object. |
CurrentRouteMatch::resetRouteMatch |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Resets the route match static cache. |