You are here

service simple_sitemap.form_helper in Simple XML sitemap 8.3

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

Class

Drupal\simple_sitemap\Form\FormHelper
8 string references to simple_sitemap.form_helper
SimplesitemapCustomLinksForm::create in src/Form/SimplesitemapCustomLinksForm.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.
SimplesitemapEntitiesForm::create in src/Form/SimplesitemapEntitiesForm.php
Instantiates a new instance of this class.
SimplesitemapFormBase::create in src/Form/SimplesitemapFormBase.php
Instantiates a new instance of this class.
SimplesitemapSettingsForm::create in src/Form/SimplesitemapSettingsForm.php
Instantiates a new instance of this class.

... 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.entity_helper'
  6. - '@current_user'