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.
File
-
core/
modules/ package_manager/ package_manager.routing.yml
View source
- package_manager.settings:
- path: '/admin/config/system/package-manager'
- defaults:
- _title: 'Package Manager settings'
- _form: '\Drupal\package_manager\Form\SettingsForm'
- requirements:
- _permission: 'administer software updates'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.