Home
last modified time | relevance | path

Searched defs:route_match (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Routing/
H A DRouteMatchTestBase.php83 public function testGetRouteName(RouteMatchInterface $route_match) {
91 public function testGetRouteObject(RouteMatchInterface $route_match, Route $route) {
100 …public function testGetParameter(RouteMatchInterface $route_match, Route $route, $parameters, $exp…
114 …public function testGetParameters(RouteMatchInterface $route_match, Route $route, $parameters, $ex…
123 …public function testGetRawParameter(RouteMatchInterface $route_match, Route $route, $parameters, $…
137 …public function testGetRawParameters(RouteMatchInterface $route_match, Route $route, $parameters, …
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Routing/
H A DRouteMatchTestBase.php83 public function testGetRouteName(RouteMatchInterface $route_match) {
91 public function testGetRouteObject(RouteMatchInterface $route_match, Route $route) {
100 …public function testGetParameter(RouteMatchInterface $route_match, Route $route, $parameters, $exp…
114 …public function testGetParameters(RouteMatchInterface $route_match, Route $route, $parameters, $ex…
123 …public function testGetRawParameter(RouteMatchInterface $route_match, Route $route, $parameters, $…
137 …public function testGetRawParameters(RouteMatchInterface $route_match, Route $route, $parameters, …
/dports/www/drupal8/drupal-8.9.20/core/modules/rest/src/
H A DRequestHandler.php77 …public function handle(RouteMatchInterface $route_match, Request $request, RestResourceConfigInter…
97 …public function handleRaw(RouteMatchInterface $route_match, Request $request, RestResourceConfigIn…
136 protected static function getNormalizedRequestMethod(RouteMatchInterface $route_match) {
172 …protected function deserialize(RouteMatchInterface $route_match, Request $request, ResourceInterfa…
227 …protected function delegateToRestResourcePlugin(RouteMatchInterface $route_match, Request $request…
259 …protected function createArgumentResolver(RouteMatchInterface $route_match, $unserialized, Request…
334 …protected function getLegacyParameters(RouteMatchInterface $route_match, $unserialized, Request $r…
/dports/www/drupal9/drupal-9.2.10/core/modules/rest/src/
H A DRequestHandler.php65 …public function handle(RouteMatchInterface $route_match, Request $request, RestResourceConfigInter…
85 …public function handleRaw(RouteMatchInterface $route_match, Request $request, RestResourceConfigIn…
119 protected static function getNormalizedRequestMethod(RouteMatchInterface $route_match) {
155 …protected function deserialize(RouteMatchInterface $route_match, Request $request, ResourceInterfa…
210 …protected function delegateToRestResourcePlugin(RouteMatchInterface $route_match, Request $request…
236 …protected function createArgumentResolver(RouteMatchInterface $route_match, $unserialized, Request…
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/
H A DLayoutBuilderDecorationTestHtmlEntityFormController.php34 public function getContentResult(Request $request, RouteMatchInterface $route_match) {
41 protected function getFormArgument(RouteMatchInterface $route_match) {
48 protected function getFormObject(RouteMatchInterface $route_match, $form_arg) {
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Controller/
H A DLayoutBuilderHtmlEntityFormController.php38 public function getContentResult(Request $request, RouteMatchInterface $route_match) {
62 protected function getFormArgument(RouteMatchInterface $route_match) {
69 protected function getFormObject(RouteMatchInterface $route_match, $form_arg) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Controller/
H A DFormController.php56 public function getContentResult(Request $request, RouteMatchInterface $route_match) {
94 abstract protected function getFormArgument(RouteMatchInterface $route_match);
107 abstract protected function getFormObject(RouteMatchInterface $route_match, $form_arg);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Controller/
H A DFormController.php74 public function getContentResult(Request $request, RouteMatchInterface $route_match) {
112 abstract protected function getFormArgument(RouteMatchInterface $route_match);
125 abstract protected function getFormObject(RouteMatchInterface $route_match, $form_arg);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/Controller/
H A DEntityController.php221 …public function addBundleTitle(RouteMatchInterface $route_match, $entity_type_id, $bundle_paramete…
248 public function title(RouteMatchInterface $route_match, EntityInterface $_entity = NULL) {
265 public function editTitle(RouteMatchInterface $route_match, EntityInterface $_entity = NULL) {
283 public function deleteTitle(RouteMatchInterface $route_match, EntityInterface $_entity = NULL) {
302 …protected function doGetEntity(RouteMatchInterface $route_match, EntityInterface $_entity = NULL) {
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Breadcrumb/
H A DBreadcrumbBuilderInterface.php22 public function applies(RouteMatchInterface $route_match);
33 public function build(RouteMatchInterface $route_match);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Theme/
H A DThemeNegotiatorInterface.php34 public function applies(RouteMatchInterface $route_match);
46 public function determineActiveTheme(RouteMatchInterface $route_match);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Theme/
H A DThemeNegotiatorInterface.php34 public function applies(RouteMatchInterface $route_match);
46 public function determineActiveTheme(RouteMatchInterface $route_match);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Breadcrumb/
H A DBreadcrumbBuilderInterface.php22 public function applies(RouteMatchInterface $route_match);
33 public function build(RouteMatchInterface $route_match);
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/theme_test/src/Theme/
H A DCustomThemeNegotiator.php16 public function applies(RouteMatchInterface $route_match) {
24 public function determineActiveTheme(RouteMatchInterface $route_match) {
H A DHighPriorityThemeNegotiator.php16 public function applies(RouteMatchInterface $route_match) {
23 public function determineActiveTheme(RouteMatchInterface $route_match) {
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/menu_test/src/Theme/
H A DTestThemeNegotiator.php19 public function applies(RouteMatchInterface $route_match) {
26 public function determineActiveTheme(RouteMatchInterface $route_match) {
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/theme_test/src/Theme/
H A DCustomThemeNegotiator.php16 public function applies(RouteMatchInterface $route_match) {
24 public function determineActiveTheme(RouteMatchInterface $route_match) {
H A DHighPriorityThemeNegotiator.php16 public function applies(RouteMatchInterface $route_match) {
23 public function determineActiveTheme(RouteMatchInterface $route_match) {
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/menu_test/src/Theme/
H A DTestThemeNegotiator.php19 public function applies(RouteMatchInterface $route_match) {
26 public function determineActiveTheme(RouteMatchInterface $route_match) {
/dports/www/drupal8/drupal-8.9.20/core/modules/block/src/Theme/
H A DAdminDemoNegotiator.php16 public function applies(RouteMatchInterface $route_match) {
23 public function determineActiveTheme(RouteMatchInterface $route_match) {
/dports/www/drupal8/drupal-8.9.20/core/modules/forum/src/Breadcrumb/
H A DForumNodeBreadcrumbBuilder.php16 public function applies(RouteMatchInterface $route_match) {
25 public function build(RouteMatchInterface $route_match) {
H A DForumListingBreadcrumbBuilder.php16 public function applies(RouteMatchInterface $route_match) {
23 public function build(RouteMatchInterface $route_match) {
/dports/www/drupal9/drupal-9.2.10/core/modules/block/src/Theme/
H A DAdminDemoNegotiator.php16 public function applies(RouteMatchInterface $route_match) {
23 public function determineActiveTheme(RouteMatchInterface $route_match) {
/dports/www/drupal9/drupal-9.2.10/core/modules/forum/src/Breadcrumb/
H A DForumListingBreadcrumbBuilder.php16 public function applies(RouteMatchInterface $route_match) {
23 public function build(RouteMatchInterface $route_match) {
H A DForumNodeBreadcrumbBuilder.php16 public function applies(RouteMatchInterface $route_match) {
25 public function build(RouteMatchInterface $route_match) {

1234567891011