Same filename and directory in other branches
  1. 6.0.x advagg.routing.yml 1 comment
  2. 8.x-2.x advagg.routing.yml 1 comment
  3. 8.x-3.x advagg.routing.yml 1 comment
  4. 8.x-4.x advagg.routing.yml 1 comment
advagg.routing.yml
20 string references to YAML keys in advagg.routing.yml
AdvaggCommands::__construct in src/Commands/AdvaggCommands.php
Constructs the commands instance.
AdvaggPathManipulationTest::testPathFunctions in tests/src/Functional/AdvaggPathManipulationTest.php
Tests path converting functions, and that saving a change to them works.
advagg_drush_help in ./advagg.drush.inc
Implements hook_drush_help().
advagg_enabled in ./advagg.module
Function used to check if AdvAgg is enabled.
advagg_requirements in ./advagg.install
Implements hook_requirements().

... See full list

File

./advagg.routing.yml

View source
  1. advagg.settings:
  2. path: '/admin/config/development/performance/advagg'
  3. defaults:
  4. _form: '\Drupal\advagg\Form\SettingsForm'
  5. _title: 'AdvAgg: Configuration'
  6. requirements:
  7. _permission: 'administer site configuration'
  8. advagg.info:
  9. path: '/admin/config/development/performance/advagg/info'
  10. defaults:
  11. _form: '\Drupal\advagg\Form\InfoForm'
  12. _title: 'AdvAgg: Information'
  13. requirements:
  14. _permission: 'administer site configuration'
  15. advagg.operations:
  16. path: '/admin/config/development/performance/advagg/operations'
  17. defaults:
  18. _form: '\Drupal\advagg\Form\OperationsForm'
  19. _title: 'AdvAgg: Operations'
  20. requirements:
  21. _permission: 'administer site configuration'