Route.php
Same filename in this branch
Same filename in other branches
- 8.9.x core/modules/migrate/src/Plugin/migrate/process/Route.php
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php
- 10 core/modules/migrate/src/Plugin/migrate/process/Route.php
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php
- 11.x core/modules/migrate/src/Plugin/migrate/process/Route.php
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php
Namespace
Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationFile
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ Annotation/ Route.php
View source
<?php
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.