class Route

Same name in this branch
  1. 11.x core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
  2. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
  3. 8.9.x core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
  4. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
  5. 10 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
  6. 10 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

47 string references to 'Route'
BlockPageVariantTest::providerBuild in core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php
BlockPageVariantTest::testBuild in core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php
Tests the building of a full page variant.
CacheableExceptionTest::testCacheableHttpException in core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php
@covers \Drupal\Core\Http\Exception\CacheableHttpException
CacheableExceptionTest::testExceptions in core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php
@dataProvider providerTestExceptions
CommentBreadcrumbBuilder::build in core/modules/comment/src/CommentBreadcrumbBuilder.php
Builds the breadcrumb.

... See full list

File

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

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.