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; }
Please login to continue.