function UpdateLocalTasksTest::getUpdateReportRoutes
Same name in other branches
- 9 core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php \Drupal\Tests\update\Unit\Menu\UpdateLocalTasksTest::getUpdateReportRoutes()
- 8.9.x core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php \Drupal\Tests\update\Unit\Menu\UpdateLocalTasksTest::getUpdateReportRoutes()
- 10 core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php \Drupal\Tests\update\Unit\Menu\UpdateLocalTasksTest::getUpdateReportRoutes()
Provides a list of report routes to test.
File
-
core/
modules/ update/ tests/ src/ Unit/ Menu/ UpdateLocalTasksTest.php, line 38
Class
- UpdateLocalTasksTest
- Tests existence of update local tasks.
Namespace
Drupal\Tests\update\Unit\MenuCode
public static function getUpdateReportRoutes() {
return [
[
'update.status',
],
[
'update.settings',
],
[
'update.report_update',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.