/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/EventSubscriber/ |
H A D | OptionsRequestSubscriberTest.php | 27 $route_provider = $this->prophesize(RouteProviderInterface::class); 28 $route_provider->getRouteCollectionForRequest($request)->shouldNotBeCalled(); 30 $subscriber = new OptionsRequestSubscriber($route_provider->reveal()); 44 $route_provider = $this->prophesize(RouteProviderInterface::class); 45 …$route_provider->getRouteCollectionForRequest($request)->willReturn(new RouteCollection())->should… 47 $subscriber = new OptionsRequestSubscriber($route_provider->reveal()); 62 $route_provider = $this->prophesize(RouteProviderInterface::class); 63 …$route_provider->getRouteCollectionForRequest($request)->willReturn($collection)->shouldBeCalled(); 65 $subscriber = new OptionsRequestSubscriber($route_provider->reveal());
|
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/EventSubscriber/ |
H A D | OptionsRequestSubscriberTest.php | 27 $route_provider = $this->prophesize(RouteProviderInterface::class); 28 $route_provider->getRouteCollectionForRequest($request)->shouldNotBeCalled(); 30 $subscriber = new OptionsRequestSubscriber($route_provider->reveal()); 44 $route_provider = $this->prophesize(RouteProviderInterface::class); 45 …$route_provider->getRouteCollectionForRequest($request)->willReturn(new RouteCollection())->should… 47 $subscriber = new OptionsRequestSubscriber($route_provider->reveal()); 62 $route_provider = $this->prophesize(RouteProviderInterface::class); 63 …$route_provider->getRouteCollectionForRequest($request)->willReturn($collection)->shouldBeCalled(); 65 $subscriber = new OptionsRequestSubscriber($route_provider->reveal());
|
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Entity/ |
H A D | RouteProviderTest.php | 61 $route_provider = \Drupal::service('router.route_provider'); 63 $route = $route_provider->getRouteByName('entity.entity_test_mul.canonical'); 69 $route = $route_provider->getRouteByName('entity.entity_test_mul.edit_form'); 75 $route = $route_provider->getRouteByName('entity.entity_test_mul.delete_form'); 102 $route_provider = \Drupal::service('router.route_provider'); 104 $route = $route_provider->getRouteByName('entity.entity_test_admin_routes.canonical'); 110 $route = $route_provider->getRouteByName('entity.entity_test_admin_routes.edit_form'); 117 $route = $route_provider->getRouteByName('entity.entity_test_admin_routes.delete_form');
|
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Entity/ |
H A D | RouteProviderTest.php | 61 $route_provider = \Drupal::service('router.route_provider'); 63 $route = $route_provider->getRouteByName('entity.entity_test_mul.canonical'); 69 $route = $route_provider->getRouteByName('entity.entity_test_mul.edit_form'); 75 $route = $route_provider->getRouteByName('entity.entity_test_mul.delete_form'); 102 $route_provider = \Drupal::service('router.route_provider'); 104 $route = $route_provider->getRouteByName('entity.entity_test_admin_routes.canonical'); 110 $route = $route_provider->getRouteByName('entity.entity_test_admin_routes.edit_form'); 117 $route = $route_provider->getRouteByName('entity.entity_test_admin_routes.delete_form');
|
/dports/www/drupal8/drupal-8.9.20/core/modules/workspaces/tests/src/Unit/ |
H A D | WorkspaceRequestSubscriberTest.php | 57 $route_provider = $this->prophesize(CacheableRouteProviderInterface::class); 58 $route_provider->addExtraCacheKeyPart('workspace', 'test')->shouldBeCalled(); 63 …WorkspaceRequestSubscriber($this->aliasManager, $this->currentPath, $route_provider->reveal(), $th… 72 $route_provider = $this->prophesize(RouteProviderInterface::class); 77 …WorkspaceRequestSubscriber($this->aliasManager, $this->currentPath, $route_provider->reveal(), $th…
|
/dports/www/drupal9/drupal-9.2.10/core/modules/workspaces/tests/src/Unit/ |
H A D | WorkspaceRequestSubscriberTest.php | 57 $route_provider = $this->prophesize(CacheableRouteProviderInterface::class); 58 $route_provider->addExtraCacheKeyPart('workspace', 'test')->shouldBeCalled(); 63 …WorkspaceRequestSubscriber($this->aliasManager, $this->currentPath, $route_provider->reveal(), $th… 72 $route_provider = $this->prophesize(RouteProviderInterface::class); 77 …WorkspaceRequestSubscriber($this->aliasManager, $this->currentPath, $route_provider->reveal(), $th…
|
/dports/www/drupal8/drupal-8.9.20/core/modules/views_ui/tests/src/Unit/ |
H A D | ViewListBuilderTest.php | 82 $route_provider = $this->createMock('Drupal\Core\Routing\RouteProviderInterface'); 87 …->setConstructorArgs([[], 'default', $display_manager->getDefinition('page'), $route_provider, $st… 143 $route_provider = $this->createMock('Drupal\Core\Routing\RouteProviderInterface'); 144 …xecutable_factory = new ViewExecutableFactory($user, $request_stack, $views_data, $route_provider);
|
/dports/www/drupal9/drupal-9.2.10/core/modules/views_ui/tests/src/Unit/ |
H A D | ViewListBuilderTest.php | 82 $route_provider = $this->createMock('Drupal\Core\Routing\RouteProviderInterface'); 87 …->setConstructorArgs([[], 'default', $display_manager->getDefinition('page'), $route_provider, $st… 143 $route_provider = $this->createMock('Drupal\Core\Routing\RouteProviderInterface'); 144 …xecutable_factory = new ViewExecutableFactory($user, $request_stack, $views_data, $route_provider);
|
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Routing/ |
H A D | RouterTest.php | 26 $route_provider = $this->prophesize(RouteProviderInterface::class); 38 $route_provider->getRouteCollectionForRequest(Argument::any()) 43 …$router = new Router($route_provider->reveal(), $current_path_stack->reveal(), $url_generator->rev…
|
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Routing/ |
H A D | RouterTest.php | 26 $route_provider = $this->prophesize(RouteProviderInterface::class); 38 $route_provider->getRouteCollectionForRequest(Argument::any()) 43 …$router = new Router($route_provider->reveal(), $current_path_stack->reveal(), $url_generator->rev…
|
/dports/www/drupal8/drupal-8.9.20/core/modules/field_ui/src/Plugin/Derivative/ |
H A D | FieldUiLocalTask.php | 60 …public function __construct(RouteProviderInterface $route_provider, EntityTypeManagerInterface $en… argument 61 $this->routeProvider = $route_provider; 76 $container->get('router.route_provider'),
|
H A D | FieldUiLocalAction.php | 41 …public function __construct(RouteProviderInterface $route_provider, EntityTypeManagerInterface $en… argument 42 $this->routeProvider = $route_provider;
|
/dports/www/drupal8/drupal-8.9.20/core/modules/config_translation/ |
H A D | config_translation.api.php | 36 $route_provider = \Drupal::service('router.route_provider'); 45 …$base_route = $route_provider->getRouteByName('entity.field_config.' . $entity_type_id . '_field_e…
|
/dports/www/drupal9/drupal-9.2.10/core/modules/config_translation/ |
H A D | config_translation.api.php | 36 $route_provider = \Drupal::service('router.route_provider'); 45 …$base_route = $route_provider->getRouteByName('entity.field_config.' . $entity_type_id . '_field_e…
|
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/ |
H A D | ViewExecutableFactory.php | 54 …user, RequestStack $request_stack, ViewsData $views_data, RouteProviderInterface $route_provider) { argument 58 $this->routeProvider = $route_provider;
|
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/ |
H A D | ViewExecutableFactory.php | 54 …user, RequestStack $request_stack, ViewsData $views_data, RouteProviderInterface $route_provider) { argument 58 $this->routeProvider = $route_provider;
|
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/ |
H A D | TestLocalActionWithConfig.php | 42 …nfiguration, $plugin_id, $plugin_definition, RouteProviderInterface $route_provider, Config $confi… argument 43 parent::__construct($configuration, $plugin_id, $plugin_definition, $route_provider);
|
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/ |
H A D | TestLocalActionWithConfig.php | 42 …nfiguration, $plugin_id, $plugin_definition, RouteProviderInterface $route_provider, Config $confi… argument 43 parent::__construct($configuration, $plugin_id, $plugin_definition, $route_provider);
|
/dports/www/drupal8/drupal-8.9.20/core/modules/menu_ui/src/Plugin/Menu/LocalAction/ |
H A D | MenuLinkAdd.php | 37 …nfiguration, $plugin_id, $plugin_definition, RouteProviderInterface $route_provider, RedirectDesti… argument 38 parent::__construct($configuration, $plugin_id, $plugin_definition, $route_provider);
|
/dports/www/drupal9/drupal-9.2.10/core/modules/menu_ui/src/Plugin/Menu/LocalAction/ |
H A D | MenuLinkAdd.php | 37 …nfiguration, $plugin_id, $plugin_definition, RouteProviderInterface $route_provider, RedirectDesti… argument 38 parent::__construct($configuration, $plugin_id, $plugin_definition, $route_provider);
|
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/EventSubscriber/ |
H A D | EntityRouteProviderSubscriber.php | 43 … foreach ($this->entityTypeManager->getRouteProviders($entity_type->id()) as $route_provider) { 47 $routes = $route_provider->getRoutes($entity_type);
|
H A D | OptionsRequestSubscriber.php | 33 public function __construct(RouteProviderInterface $route_provider) { argument 34 $this->routeProvider = $route_provider;
|
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/EventSubscriber/ |
H A D | OptionsRequestSubscriber.php | 33 public function __construct(RouteProviderInterface $route_provider) { argument 34 $this->routeProvider = $route_provider;
|
/dports/www/drupal9/drupal-9.2.10/core/modules/field_ui/src/Plugin/Derivative/ |
H A D | FieldUiLocalAction.php | 34 …public function __construct(RouteProviderInterface $route_provider, EntityTypeManagerInterface $en… argument 35 $this->routeProvider = $route_provider;
|
/dports/www/drupal8/drupal-8.9.20/core/modules/settings_tray/src/RouteProcessor/ |
H A D | BlockEntityOffCanvasFormRouteProcessorBC.php | 30 public function __construct(RouteProviderInterface $route_provider) { argument 31 $this->routeProvider = $route_provider;
|