You are here

service simple_sitemap.form_helper in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 simple_sitemap.services.yml \simple_sitemap.form_helper
  2. 8.2 simple_sitemap.services.yml \simple_sitemap.form_helper

Class

Drupal\simple_sitemap\Form\FormHelper
7 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.

... See full list

File

./simple_sitemap.services.yml
simple_sitemap.services.yml

View source
  1. class: Drupal\simple_sitemap\Form\FormHelper
  2. public: true
  3. arguments:
  4. - '@simple_sitemap.generator'
  5. - '@simple_sitemap.settings'
  6. - '@simple_sitemap.entity_helper'
  7. - '@current_user'