Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor3/web/core/modules/system/tests/modules/system_test/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/rocksensor3/web/core/modules/system/tests/modules/system_test/system_test.routing.yml

# cspell:ignore ȅchȏ

system_test.page_cache_accept_header:
  path: '/system-test/page-cache/accept-header'
  defaults:
    _controller: '\Drupal\system_test\Controller\PageCacheAcceptHeaderController::content'
  requirements:
    _access: 'TRUE'

system_test.main_content_handling:
  path: '/system-test/main-content-handling'
  defaults:
    _title: 'Test main content handling'
    _controller: '\Drupal\system_test\Controller\SystemTestController::mainContentFallback'
  requirements:
    _access: 'TRUE'

system_test.messenger_service:
  path: '/system-test/messenger-service'
  defaults:
    _title: 'Set messages with Messenger service'
    _controller: '\Drupal\system_test\Controller\SystemTestController::messengerServiceTest'
  requirements:
    _access: 'TRUE'

system_test.status_messages_for_assertions:
  path: '/system-test/status-messages-for-assertions'
  defaults:
    _title: 'Set various message to test status message assertion methods'
    _controller: '\Drupal\system_test\Controller\SystemTestController::statusMessagesForAssertions'
  requirements:
    _access: 'TRUE'

system_test.main_content_fallback:
  path: '/system-test/main-content-fallback'
  defaults:
    _title: 'Test main content fallback'
    _controller: '\Drupal\system_test\Controller\SystemTestController::mainContentFallback'
  requirements:
    _access: 'TRUE'

system_test.lock_acquire:
  path: '/system-test/lock-acquire'
  defaults:
    _title: 'Lock acquire'
    _controller: '\Drupal\system_test\Controller\SystemTestController::lockAcquire'
  options:
    no_cache: TRUE
  requirements:
    _access: 'TRUE'

system_test.lock_exit:
  path: '/system-test/lock-exit'
  defaults:
    _title: 'Lock acquire then exit'
    _controller: '\Drupal\system_test\Controller\SystemTestController::lockExit'
  options:
    no_cache: TRUE
  requirements:
    _access: 'TRUE'

system_test.lock_persist:
  path: '/system-test/lock-persist/{lock_name}'
  defaults:
    _title: 'Persistent lock acquire'
    _controller: '\Drupal\system_test\Controller\SystemTestController::lockPersist'
  options:
    no_cache: TRUE
  requirements:
    _access: 'TRUE'

system_test.cache_tags_page:
  path: '/system-test/cache_tags_page'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::system_test_cache_tags_page'
  requirements:
    _access: 'TRUE'

system_test.cache_max_age_page:
  path: '/system-test/cache_max_age_page'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::system_test_cache_max_age_page'
  requirements:
    _access: 'TRUE'

system_test.authorize_init:
  path: '/system-test/authorize-init/{page_title}'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::authorizeInit'
  requirements:
    _permission: 'administer software updates'

system_test.set_header:
  path: '/system-test/set-header'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::setHeader'
  requirements:
    _access: 'TRUE'

system_test.shutdown_functions:
  path: '/system-test/shutdown-functions/{arg1}/{arg2}'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::shutdownFunctions'
  requirements:
    _access: 'TRUE'

system_test.configure:
  path: '/system-test/configure/{foo}'
  defaults:
    _title_callback: '\Drupal\system_test\Controller\SystemTestController::configureTitle'
  requirements:
    _access: 'TRUE'

system_test.request_destination:
  path: '/system-test/request-destination'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::requestDestination'
  requirements:
    _access: 'TRUE'


system_test.get_destination:
  path: '/system-test/get-destination'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::getDestination'
  requirements:
    _access: 'TRUE'

system_test.permission_dependent_content:
  path: '/system-test/permission-dependent-content'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::permissionDependentContent'
  requirements:
    _access: 'TRUE'

system_test.permission_dependent_route_access:
  path: '/system-test/permission-dependent-route-access'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::mainContentFallback'
  requirements:
    _permission: 'pet llamas'

system_test.respond_response:
  path: '/system-test/respond-response'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::respondWithResponse'
  requirements:
    _access: 'TRUE'

system_test.respond_public_response:
  path: '/system-test/respond-public-response'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::respondWithPublicResponse'
  requirements:
    _access: 'TRUE'

system_test.respond_cacheable_response:
  path: '/system-test/respond-cacheable-response'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::respondWithCacheableResponse'
  requirements:
    _access: 'TRUE'

system_test.date:
  path: '/system-test/date'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::getCurrentDate'
  options:
    no_cache: 'TRUE'
  requirements:
    _access: 'TRUE'

system_test.custom_4xx_with_limited_access:
  path: '/system-test/custom-4xx'
  defaults:
    _title: 'Admin-only 4xx response'
    _controller: '\Drupal\system_test\Controller\SystemTestController::mainContentFallback'
  requirements:
    _role: 'administrator'

system_test.always_denied:
  path: '/system-test/always-denied'
  defaults:
    _title: 'Always denied'
    _controller: 'chop'
  requirements:
    _access: 'FALSE'

system_test.header:
  path: '/system-test/header'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::getTestHeader'
  requirements:
    _access: 'TRUE'

system_test.echo:
  path: '/system-test/echo/{text}'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::simpleEcho'
  requirements:
    _access: 'TRUE'

system_test.echo_utf8:
  path: '/system-test/Ȅchȏ/meφΩ/{text}'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::simpleEcho'
  requirements:
    _access: 'TRUE'

system_test.custom_cache_control:
  path: '/system-test/custom-cache-control'
  defaults:
    _title: 'Cacheable response with custom cache control'
    _controller: '\Drupal\system_test\Controller\SystemTestController::getCacheableResponseWithCustomCacheControl'
  requirements:
    _access: 'TRUE'

system_test.copy_field_value:
  path: '/system-test/copy-field-value-test-form'
  defaults:
    _form: '\Drupal\system_test\Form\CopyFieldValueTestForm'
    _title: 'Copy Field Value Test Form'
  requirements:
    _access: 'TRUE'

router_test.cacheable_redirect:
  path: '/system-test/redirect/cacheable/{status_code}'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::respondWithCacheableRedirectResponse'
  requirements:
    _access: 'TRUE'
    status_code: 201|301|302|303|307|308

router_test.local_redirect:
  path: '/system-test/redirect/local/{status_code}'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::respondWithLocalRedirectResponse'
  requirements:
    _access: 'TRUE'
    status_code: 201|301|302|303|307|308

router_test.trusted_redirect:
  path: '/system-test/redirect/trusted/{status_code}'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::respondWithTrustedRedirectResponse'
  requirements:
    _access: 'TRUE'
    status_code: 201|301|302|303|307|308

system_test.install_profile:
  path: '/system-test/get-install-profile'
  defaults:
    _controller: '\Drupal\system_test\Controller\SystemTestController::getInstallProfile'
  requirements:
    _access: 'TRUE'

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net