class Route

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
  2. 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
  3. 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

... See full list

File

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

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation
View 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.