You are here

public static function StatusForm::rebuildQueue in Simple XML sitemap 4.x

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

File

src/Form/StatusForm.php, line 162

Class

StatusForm
Class StatusForm

Namespace

Drupal\simple_sitemap\Form

Code

public static function rebuildQueue(array &$form, FormStateInterface $form_state) : void {
  \Drupal::service('simple_sitemap.generator')
    ->rebuildQueue();
}