Implements \Drupal\Core\Form\FormInterface::getFormID().
Overrides FormInterface::getFormID
File
- drupal/core/modules/search/lib/Drupal/search/Form/ReindexConfirm.php, line 20
- Contains \Drupal\search\Form\ReindexConfirm.
Class
- ReindexConfirm
- Provides the search reindex confirmation form.
Namespace
Drupal\search\Form
Code
public function getFormID() {
return 'search_reindex_confirm';
}