You are here

protected function SearchPageForm::actions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/search/src/Form/SearchPageForm.php \Drupal\search\Form\SearchPageForm::actions()

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 87
Contains \Drupal\search\Form\SearchPageForm.

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();
}