advagg_bundler.routing.yml in Advanced CSS/JS Aggregation 8.3
Same filename and directory in other branches
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 - Form constructor.
- SettingsForm::getEditableConfigNames in advagg_bundler/
src/ Form/ SettingsForm.php - Gets the configuration names that will be editable.
File
advagg_bundler/advagg_bundler.routing.ymlView source
- advagg_bundler.settings:
- path: '/admin/config/development/performance/advagg/bundler'
- defaults:
- _form: 'Drupal\advagg_bundler\Form\SettingsForm'
- _title: 'AdvAgg: Bundler'
- requirements:
- _permission: 'administer site configuration'