service simple_sitemap.form_helper in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 simple_sitemap.services.yml \simple_sitemap.form_helper
- 8.2 simple_sitemap.services.yml \simple_sitemap.form_helper
Class
Drupal\simple_sitemap\Form\FormHelper7 string references to simple_sitemap.form_helper
- CustomLinksForm::create in src/
Form/ CustomLinksForm.php - Instantiates a new instance of this class.
- SettingsForm::create in src/
Form/ SettingsForm.php - Instantiates a new instance of this class.
- SimpleSitemapDisplayExtender::create in modules/
simple_sitemap_views/ src/ Plugin/ views/ display_extender/ SimpleSitemapDisplayExtender.php - Creates an instance of the plugin.
- SimpleSitemapFormBase::create in src/
Form/ SimpleSitemapFormBase.php - Instantiates a new instance of this class.
- simple_sitemap_entity_form_submit in ./
simple_sitemap.module - Form submission handler called in hook_form_alter.
File
View source
- class: Drupal\simple_sitemap\Form\FormHelper
- public: true
- arguments:
- - '@simple_sitemap.generator'
- - '@simple_sitemap.settings'
- - '@simple_sitemap.entity_helper'
- - '@current_user'