You are here

public function ConfigurationForm::submitFormReindexOnly in Views Natural Sort 8.2

Submission action for the "Rebuild Index" button.

Parameters

array $form: The form.

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

1 call to ConfigurationForm::submitFormReindexOnly()
ConfigurationForm::submitForm in src/Form/ConfigurationForm.php
Form submission handler.

File

src/Form/ConfigurationForm.php, line 139

Class

ConfigurationForm
Defines a form that configures Views Natural Sort's settings.

Namespace

Drupal\views_natural_sort\Form

Code

public function submitFormReindexOnly(array &$form, FormStateInterface $form_state) {
  views_natural_sort_queue_data_for_rebuild();
}