ReindexConfirm::getFormId

public 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 17

Class

ReindexConfirm
Provides the search reindex confirmation form.

Namespace

Drupal\search\Form

Code

public function getFormId() {
  return 'search_reindex_confirm';
}
doc_Drupal
2016-10-29 09:37:20
Comments
Leave a Comment

Please login to continue.