big_pipe.routing.yml in Drupal 8
Same filename and directory in other branches
core/modules/big_pipe/big_pipe.routing.yml
File
core/modules/big_pipe/big_pipe.routing.ymlView source
- big_pipe.nojs:
- path: '/big_pipe/no-js'
- defaults:
- _controller: '\Drupal\big_pipe\Controller\BigPipeController:setNoJsCookie'
- _title: 'BigPipe no-JS check'
- options:
- no_cache: TRUE
- requirements:
- _access: 'TRUE'