simplesitemap.routing.yml in Simple XML sitemap 8
3 string references to YAML keys in simplesitemap.routing.yml
- Simplesitemap::get_config_from_db in src/
Simplesitemap.php - Gets sitemap settings from the configuration storage.
- SimplesitemapCustomLinksForm::getEditableConfigNames in src/
Form/ SimplesitemapCustomLinksForm.php - Gets the configuration names that will be editable.
- SimplesitemapSettingsForm::getEditableConfigNames in src/
Form/ SimplesitemapSettingsForm.php - Gets the configuration names that will be editable.
File
simplesitemap.routing.ymlView source
- simplesitemap.sitemap:
- path: '/sitemap.xml'
- defaults:
- _controller: '\Drupal\simplesitemap\Controller\SimplesitemapController::get_sitemap'
- requirements:
- _access: 'TRUE'
-
- simplesitemap.chunk:
- path: '/sitemaps/{sitemap_id}/sitemap.xml'
- defaults:
- _controller: '\Drupal\simplesitemap\Controller\SimplesitemapController::get_sitemap'
- requirements:
- _access: 'TRUE'
-
- simplesitemap.settings:
- path: '/admin/config/search/simplesitemap'
- defaults:
- _form: '\Drupal\simplesitemap\Form\SimplesitemapSettingsForm'
- _title: 'Simple XML Sitemap Settings'
- requirements:
- _permission: 'administer sitemap settings'
-
- simplesitemap.settings_custom:
- path: '/admin/config/search/simplesitemap/custom'
- defaults:
- _form: '\Drupal\simplesitemap\Form\SimplesitemapCustomLinksForm'
- _title: 'Simple XML Sitemap Settings'
- requirements:
- _permission: 'administer sitemap settings'