| 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. |
| CurrentRouteMatch::__construct |
function |
core/lib/Drupal/Core/Routing/CurrentRouteMatch.php |
Constructs a CurrentRouteMatch object. |
| CurrentRouteMatchTest |
class |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests Drupal\Core\Routing\CurrentRouteMatch. |
| CurrentRouteMatchTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
|
| CurrentRouteMatchTest::getRouteMatch |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Build a test route match object for the given implementation. |
| CurrentRouteMatchTest::testGetCurrentRouteObject |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests get current route object. |
| CurrentRouteMatchTest::testGetRouteMatchFromRequest |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests get route match from request. |
| CurrentRouteMatchTest::testGetRouteMatchFromRequestWithRouting |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests get route match from request with routing. |
| CurrentRouteMatchTest::testResetRouteMatch |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests reset route match. |
| current_route_match |
service |
core/core.services.yml |
Drupal\Core\Routing\CurrentRouteMatch |
| CustomPageExceptionHtmlSubscriberTest::$accessUnawareRouter |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked access unaware router. |
| Date::$routeMatch |
property |
core/modules/views/src/Plugin/views/argument/Date.php |
The route match. |
| DefaultExceptionHtmlSubscriber::$accessUnawareRouter |
property |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php |
A router implementation which does not check access. |
| DefaultFormatTest::testMultipleRoutesWithSameSingleFormat |
function |
core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php |
|
| DefaultHtmlRouteProvider |
class |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Provides HTML routes for entities. |
| DefaultHtmlRouteProvider.php |
file |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
|
| DefaultHtmlRouteProvider::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
The entity field manager. |
| DefaultHtmlRouteProvider::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
The entity type manager. |
| DefaultHtmlRouteProvider::createInstance |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Instantiates a new instance of this entity handler. |
| DefaultHtmlRouteProvider::getAddFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the add-form route. |
| DefaultHtmlRouteProvider::getAddPageRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the add page route. |
| DefaultHtmlRouteProvider::getCanonicalRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the canonical route. |
| DefaultHtmlRouteProvider::getCollectionRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the collection route. |
| DefaultHtmlRouteProvider::getDeleteFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the delete-form route. |
| DefaultHtmlRouteProvider::getDeleteMultipleFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Returns the delete multiple form route. |
| DefaultHtmlRouteProvider::getEditFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the edit-form route. |
| DefaultHtmlRouteProvider::getEntityTypeIdKeyType |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the type of the ID key for a given entity type. |
| DefaultHtmlRouteProvider::getRoutes |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Provides routes for entities. |
| DefaultHtmlRouteProvider::__construct |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Constructs a new DefaultHtmlRouteProvider. |
| DefaultHtmlRouteProviderTest |
class |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider. |
| DefaultHtmlRouteProviderTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| DefaultHtmlRouteProviderTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
The entity field manager prophecy used in the test. |
| DefaultHtmlRouteProviderTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
The entity type manager prophecy used in the test. |
| DefaultHtmlRouteProviderTest::$routeProvider |
property |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
The HTML route provider used in the test. |
| DefaultHtmlRouteProviderTest::getEntityType |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| DefaultHtmlRouteProviderTest::providerTestGetAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| DefaultHtmlRouteProviderTest::providerTestGetAddPageRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| DefaultHtmlRouteProviderTest::providerTestGetCanonicalRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| DefaultHtmlRouteProviderTest::providerTestGetCollectionRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| DefaultHtmlRouteProviderTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| DefaultHtmlRouteProviderTest::testGetAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests get add form route. |
| DefaultHtmlRouteProviderTest::testGetAddPageRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests get add page route. |
| DefaultHtmlRouteProviderTest::testGetCanonicalRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests get canonical route. |
| DefaultHtmlRouteProviderTest::testGetCollectionRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests get collection route. |
| DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyType |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests get entity type id key type. |