You are here

public function SimplesitemapSettingsForm::generateSitemap in Simple XML sitemap 8.2

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

File

src/Form/SimplesitemapSettingsForm.php, line 191

Class

SimplesitemapSettingsForm
Class SimplesitemapSettingsForm @package Drupal\simple_sitemap\Form

Namespace

Drupal\simple_sitemap\Form

Code

public function generateSitemap(array &$form, FormStateInterface $form_state) {
  $this->generator
    ->generateSitemap();
}