FormStateInterface::setSubmitHandlers

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

public function setSubmitHandlers(array $submit_handlers);
doc_Drupal
2016-10-29 09:16:44
Comments
Leave a Comment

Please login to continue.