express-8.x-1.x-dev/modules/custom/express_back_to_top/express_back_to_top.routing.yml
modules/custom/express_back_to_top/express_back_to_top.routing.yml
1 2 3 4 5 | express_back_to_top: defaults: _controller: '\Drupal\express_back_to_top\Controller\BackToTopController::content' requirements: _permission: 'access content' |