class Route
Same name in this branch
- 8.9.x core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
Same name in other branches
- 9 core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Route
- 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
- 11.x core/modules/migrate/src/Plugin/migrate/process/Route.php \Drupal\migrate\Plugin\migrate\process\Route
- 11.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
44 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.
- CommentBreadcrumbBuilder::build in core/
modules/ comment/ src/ CommentBreadcrumbBuilder.php - Builds the breadcrumb.
- ContextTest::testSetContextValueCacheableDependency in core/
tests/ Drupal/ Tests/ Core/ Plugin/ Context/ ContextTest.php - @covers ::setContextValue
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ Annotation/ Route.php, line 7
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.