You are here

bootstrap_styles.routing.yml in Bootstrap Styles 1.0.x

File

bootstrap_styles.routing.yml
View source
  1. bootstrap_styles.settings:
  2. path: '/admin/config/bootstrap-styles/settings'
  3. defaults:
  4. _form: '\Drupal\bootstrap_styles\Form\SettingsForm'
  5. _title: 'Bootstrap Styles Settings'
  6. requirements:
  7. _permission: 'configure bootstrap styles'
  8. bootstrap_styles.ajax_temp_store_set:
  9. path: '/bootstrap_styles/ajax/temp_store/set'
  10. defaults:
  11. _controller: '\Drupal\bootstrap_styles\Controller\TempStoreController::set'
  12. _title: 'Temp Store Set Value'
  13. requirements:
  14. _permission: 'access content'
  15. bootstrap_styles.ajax_temp_store_get:
  16. path: '/bootstrap_styles/ajax/temp_store/get'
  17. defaults:
  18. _controller: '\Drupal\bootstrap_styles\Controller\TempStoreController::get'
  19. _title: 'Temp Store Get Value'
  20. requirements:
  21. _permission: 'access content'