function EntityRevisionParamConverterTest::getTestRoute
1 call to EntityRevisionParamConverterTest::getTestRoute()
- EntityRevisionParamConverterTest::testApplyingRoute in core/
tests/ Drupal/ Tests/ Core/ ParamConverter/ EntityRevisionParamConverterTest.php - Tests applying route.
File
-
core/
tests/ Drupal/ Tests/ Core/ ParamConverter/ EntityRevisionParamConverterTest.php, line 45
Class
Namespace
Drupal\Tests\Core\ParamConverterCode
protected function getTestRoute() {
$route = new Route('/test/{test_revision}');
$route->setOption('parameters', [
'test_revision' => [
'type' => 'entity_revision:test',
],
]);
return $route;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.