You are here

public function SitemapInterface::settingsForm in Sitemap 8.2

Same name and namespace in other branches
  1. 2.0.x src/SitemapInterface.php \Drupal\sitemap\SitemapInterface::settingsForm()

Returns a form to configure settings for the mapping.

Parameters

array $form: The form where the settings form is being included in.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

array The form elements for the sitemap_map's settings.

1 method overrides SitemapInterface::settingsForm()
SitemapBase::settingsForm in src/SitemapBase.php
Returns a form to configure settings for the mapping.

File

src/SitemapInterface.php, line 28

Class

SitemapInterface
Interface definition for sitemap plugins.

Namespace

Drupal\sitemap

Code

public function settingsForm(array $form, FormStateInterface $form_state);