Same filename and directory in other branches
  1. 5.0.x advagg_bundler/advagg_bundler.routing.yml 1 comment
  2. 6.0.x advagg_bundler/advagg_bundler.routing.yml 1 comment
  3. 8.x-2.x advagg_bundler/advagg_bundler.routing.yml 1 comment
  4. 8.x-4.x advagg_bundler/advagg_bundler.routing.yml 1 comment
advagg_bundler/advagg_bundler.routing.yml
5 string references to YAML keys in advagg_bundler.routing.yml
AdvaggCssCollectionGrouper::__construct in advagg_bundler/src/Asset/AdvaggCssCollectionGrouper.php
Construct the grouper instance.
AdvaggJsCollectionGrouper::__construct in advagg_bundler/src/Asset/AdvaggJsCollectionGrouper.php
Construct the grouper instance.
BundlerTest::testBundler in advagg_bundler/tests/src/Functional/BundlerTest.php
Test the bundler functionality and settings configuration.
SettingsForm::buildForm in advagg_bundler/src/Form/SettingsForm.php
SettingsForm::getEditableConfigNames in advagg_bundler/src/Form/SettingsForm.php

File

advagg_bundler/advagg_bundler.routing.yml

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