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.