SearchPageForm::actions

protected SearchPageForm::actions(array $form, FormStateInterface $form_state)

Returns an array of supported actions for the current entity form.

@todo Consider introducing a 'preview' action here, since it is used by many entity types.

Overrides EntityForm::actions

File

core/modules/search/src/Form/SearchPageForm.php, line 82

Class

SearchPageForm
Provides a search form for site wide search.

Namespace

Drupal\search\Form

Code

protected function actions(array $form, FormStateInterface $form_state) {
  // The submit button is added in the form directly.
  return array();
}
doc_Drupal
2016-10-29 09:40:31
Comments
Leave a Comment

Please login to continue.