Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Route.php

Same filename in this branch
  1. 11.1.x vendor/symfony/routing/Attribute/Route.php
  2. 11.1.x vendor/symfony/routing/Route.php
  3. 11.1.x core/modules/migrate/src/Plugin/migrate/process/Route.php

Namespace

Symfony\Component\Routing\Annotation

File

vendor/symfony/routing/Annotation/Route.php

View source
<?php


/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Symfony\Component\Routing\Annotation;

// do not deprecate in 6.4/7.0, to make it easier for the ecosystem to support 6.4, 7.4 and 8.0 simultaneously
class_exists(\Symfony\Component\Routing\Attribute\Route::class);
if (false) {
    class Route extends \Symfony\Component\Routing\Attribute\Route {

}
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal