function PathProcessorFrontTest::providerProcessOutbound
Outbound paths and expected results.
File
-
core/
tests/ Drupal/ Tests/ Core/ PathProcessor/ PathProcessorFrontTest.php, line 86
Class
- PathProcessorFrontTest
- Test front page path processing.
Namespace
Drupal\Tests\Core\PathProcessorCode
public function providerProcessOutbound() {
return [
[
'/<front>',
'/',
],
[
'<front>',
'<front>',
],
[
'/user',
'/user',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.