Loading core/authorize.php +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Drupal\Core\Site\Settings; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\Routing\Route; // Change the directory to the Drupal root. Loading core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ use Drupal\Core\DependencyInjection\ContainerBuilder; use Drupal\Core\Url; use Drupal\language\Entity\ConfigurableLanguage; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\DependencyInjection\Reference; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; Loading core/lib/Drupal/Core/Access/AccessManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use Drupal\Component\Utility\ArgumentsResolverInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Exception\RouteNotFoundException; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; /** * Attaches access check services to routes and runs them on request. Loading core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Core\Routing\EnhancerInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\Routing\Route; /** Loading core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\Core\EventSubscriber; use Symfony\Cmf\Component\Routing\RouteProviderInterface; use Drupal\Core\Routing\RouteProviderInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Event\RequestEvent; Loading @@ -20,14 +20,14 @@ class OptionsRequestSubscriber implements EventSubscriberInterface { /** * The route provider. * * @var \Symfony\Cmf\Component\Routing\RouteProviderInterface * @var \Drupal\Core\Routing\RouteProviderInterface */ protected $routeProvider; /** * Creates a new OptionsRequestSubscriber instance. * * @param \Symfony\Cmf\Component\Routing\RouteProviderInterface $route_provider * @param \Drupal\Core\Routing\RouteProviderInterface $route_provider * The route provider. */ public function __construct(RouteProviderInterface $route_provider) { Loading Loading
core/authorize.php +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Drupal\Core\Site\Settings; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\Routing\Route; // Change the directory to the Drupal root. Loading
core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ use Drupal\Core\DependencyInjection\ContainerBuilder; use Drupal\Core\Url; use Drupal\language\Entity\ConfigurableLanguage; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\DependencyInjection\Reference; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; Loading
core/lib/Drupal/Core/Access/AccessManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use Drupal\Component\Utility\ArgumentsResolverInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Exception\RouteNotFoundException; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; /** * Attaches access check services to routes and runs them on request. Loading
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Core\Routing\EnhancerInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Cmf\Component\Routing\RouteObjectInterface; use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\Routing\Route; /** Loading
core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\Core\EventSubscriber; use Symfony\Cmf\Component\Routing\RouteProviderInterface; use Drupal\Core\Routing\RouteProviderInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Event\RequestEvent; Loading @@ -20,14 +20,14 @@ class OptionsRequestSubscriber implements EventSubscriberInterface { /** * The route provider. * * @var \Symfony\Cmf\Component\Routing\RouteProviderInterface * @var \Drupal\Core\Routing\RouteProviderInterface */ protected $routeProvider; /** * Creates a new OptionsRequestSubscriber instance. * * @param \Symfony\Cmf\Component\Routing\RouteProviderInterface $route_provider * @param \Drupal\Core\Routing\RouteProviderInterface $route_provider * The route provider. */ public function __construct(RouteProviderInterface $route_provider) { Loading