Route.php

Same filename in this branch
  1. 11.x core/modules/migrate/src/Plugin/migrate/process/Route.php
Same filename and directory in other branches
  1. 9 core/modules/migrate/src/Plugin/migrate/process/Route.php
  2. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php
  3. 8.9.x core/modules/migrate/src/Plugin/migrate/process/Route.php
  4. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php
  5. 10 core/modules/migrate/src/Plugin/migrate/process/Route.php
  6. 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation;


/** @Annotation */
class Route {
    
    /** @var string @Required */
    public $pattern;
    public $name;

}

Classes

Title Deprecated Summary
Route

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.