class Route
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
- 8.9.x 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
29 string references to 'Route'
- CacheableExceptionTest::testCacheableHttpException in core/
tests/ Drupal/ Tests/ Core/ Http/ CacheableExceptionTest.php - @covers \Drupal\Core\Http\Exception\CacheableHttpException[[api-linebreak]]
- CacheableExceptionTest::testExceptions in core/
tests/ Drupal/ Tests/ Core/ Http/ CacheableExceptionTest.php - @dataProvider providerTestExceptions
- ContextTest::testSetContextValueCacheableDependency in core/
tests/ Drupal/ Tests/ Core/ Plugin/ Context/ ContextTest.php - @covers ::setContextValue[[api-linebreak]]
- demo_umami_toolbar in core/
profiles/ demo_umami/ demo_umami.profile - Implements hook_toolbar().
- ExceptionJsonSubscriberTest::providerTestOn4xx in core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ ExceptionJsonSubscriberTest.php
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
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Route::$name | public | property | |
Route::$pattern | public | property | @var string @Required |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.