package_manager.routing.yml

core/modules/package_manager/package_manager.routing.yml
6 string references to YAML keys in package_manager.routing.yml
ComposerPluginsValidator::__construct in core/modules/package_manager/src/Validator/ComposerPluginsValidator.php
ComposerRequirementTest::testComposerInfoShown in core/modules/package_manager/tests/src/Functional/ComposerRequirementTest.php
Tests that Composer version and path are listed on the status report.
SettingsForm::buildForm in core/modules/package_manager/src/Form/SettingsForm.php
Form constructor.
SettingsForm::getEditableConfigNames in core/modules/package_manager/src/Form/SettingsForm.php
Gets the configuration names that will be editable.
SettingsFormTest::testSettingsForm in core/modules/package_manager/tests/src/Functional/SettingsFormTest.php
Tests that executable paths can be configured through the settings form.

... See full list

File

core/modules/package_manager/package_manager.routing.yml

View source
  1. package_manager.settings:
  2. path: '/admin/config/system/package-manager'
  3. defaults:
  4. _title: 'Package Manager settings'
  5. _form: '\Drupal\package_manager\Form\SettingsForm'
  6. requirements:
  7. _permission: 'administer software updates'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.