public FormStateInterface::setSubmitHandlers(array $submit_handlers)
Sets the submit handlers.
Parameters
array $submit_handlers: An array of submit handlers.
Return value
$this
File
- core/lib/Drupal/Core/Form/FormStateInterface.php, line 929
Class
- FormStateInterface
- Provides an interface for an object containing the current state of a form.
Namespace
Drupal\Core\Form
Code
1 | public function setSubmitHandlers( array $submit_handlers ); |
Please login to continue.