public function ReindexConfirm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/search/src/Form/ReindexConfirm.php \Drupal\search\Form\ReindexConfirm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ search/ src/ Form/ ReindexConfirm.php, line 22 - Contains \Drupal\search\Form\ReindexConfirm.
Class
- ReindexConfirm
- Provides the search reindex confirmation form.
Namespace
Drupal\search\FormCode
public function getFormId() {
return 'search_reindex_confirm';
}