
| Current Path : /var/www/html_old/12park.003/web/modules/token/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/12park.003/web/modules/token/token.routing.yml |
token.tree:
path: '/token/tree'
defaults:
_controller: '\Drupal\token\Controller\TokenTreeController::outputTree'
requirements:
_csrf_token: 'TRUE'
token.autocomplete:
path: '/token/autocomplete/{token_type}/{filter}'
defaults:
_controller: '\Drupal\token\Controller\TokenAutocompleteController::autocomplete'
requirements:
_access: 'TRUE'
token.flush_cache:
path: '/token/flush-cache'
defaults:
_controller: '\Drupal\token\Controller\TokenCacheController::flush'
requirements:
_permission: 'flush caches'
_csrf_token: 'TRUE'
_module_dependencies: 'admin_menu'