FormState::getButtons

public FormState::getButtons()

Returns the submit and button elements for the form.

Return value

array The submit and button elements.

Overrides FormStateInterface::getButtons

File

core/lib/Drupal/Core/Form/FormState.php, line 493

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

public function getButtons() {
  return $this->buttons;
}
doc_Drupal
2016-10-29 09:15:55
Comments
Leave a Comment

Please login to continue.