Same filename and directory in other branches
  1. 5.0.x advagg_mod/advagg_mod.routing.yml 1 commentaire
  2. 8.x-2.x advagg_mod/advagg_mod.routing.yml 1 commentaire
  3. 8.x-3.x advagg_mod/advagg_mod.routing.yml 1 commentaire
  4. 8.x-4.x advagg_mod/advagg_mod.routing.yml 1 commentaire
advagg_mod/advagg_mod.routing.yml
12 string references to YAML keys in advagg_mod.routing.yml
advagg_mod_css_alter dans advagg_mod/advagg_mod.module
Implements hook_css_alter().
advagg_mod_css_defer_active dans advagg_mod/advagg_mod.module
Determines whether css defering should be active for the current request.
advagg_mod_js_alter dans advagg_mod/advagg_mod.module
Implements hook_js_alter().
advagg_mod_sort_css_js dans advagg_mod/advagg_mod.module
Rearrange CSS/JS so that aggregates are better grouped.
advagg_mod_update_8301 dans advagg_mod/advagg_mod.install
Remove orphaned configuration option for google analytics.

... See full list

Fichier

advagg_mod/advagg_mod.routing.yml

View source
  1. advagg_mod.settings:
  2. path: '/admin/config/development/performance/advagg/mod'
  3. defaults:
  4. _form: 'Drupal\advagg_mod\Form\SettingsForm'
  5. _title: 'AdvAgg: Modifications'
  6. requirements:
  7. _permission: 'administer site configuration'