navigation.routing.yml

Same filename in other branches
  1. 10 core/modules/navigation/navigation.routing.yml
core/modules/navigation/navigation.routing.yml
10 string references to YAML keys in navigation.routing.yml
AddNavigationBlockConfigActionTest::testActionOnlySupportsNavigationConfig in core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
Checks invalid config exception.
NavigationLinkBlockTest::testNavigationLinkBlock in core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php
Test output of the link navigation with regards to caching and contents.
NavigationRenderer::doBuildNavigation in core/modules/navigation/src/NavigationRenderer.php
Pre-render callback for ::buildNavigation.
navigation_update_11001 in core/modules/navigation/navigation.install
Reorganizes the values for the logo settings.
navigation_update_11002 in core/modules/navigation/navigation.install
Update for navigation logo to store the file path instead of ID.

... See full list

File

core/modules/navigation/navigation.routing.yml

View source
  1. navigation.settings:
  2. path: '/admin/config/user-interface/navigation/settings'
  3. defaults:
  4. _title: 'Navigation Settings'
  5. _form: 'Drupal\navigation\Form\SettingsForm'
  6. requirements:
  7. _permission: 'administer site configuration'

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