You are here

public function SimplesitemapSitemapsForm::rebuildQueue in Simple XML sitemap 8.3

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

Throws

\Drupal\Component\Plugin\Exception\PluginException

File

src/Form/SimplesitemapSitemapsForm.php, line 250

Class

SimplesitemapSitemapsForm
Class SimplesitemapSitemapsForm @package Drupal\simple_sitemap\Form

Namespace

Drupal\simple_sitemap\Form

Code

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