class Route in Drupal 10
Same name in this branch
- 10 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
Expanded class hierarchy of Route
Related topics
3 string references to 'Route'
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- RouteCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ RouteCacheContext.php - Returns the label of the cache context.
- tour.schema.yml in core/
modules/ tour/ config/ schema/ tour.schema.yml - core/modules/tour/config/schema/tour.schema.yml
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ Annotation/ Route.php, line 6
Namespace
Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationView source
class Route {
/** @var string @Required */
public $pattern;
public $name;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Route:: |
public | property | ||
Route:: |
public | property | @var string @Required |