-
Notifications
You must be signed in to change notification settings - Fork 0
Rendering something with backend theme
Willi edited this page Apr 10, 2018
·
2 revisions
class RouteSubscriber extends RouteSubscriberBase {
protected function alterRoutes(RouteCollection $collection) {
if ($route = $collection->get('<route>')) {
$route->setOption('_admin_route', TRUE);
}
}
- Drupal
- Theming
- Drush
- Updates
- GIT