function FormState::setSubmitted
Sets that the form has been submitted.
Return value
$this
Overrides FormStateInterface::setSubmitted
File
-
core/
lib/ Drupal/ Core/ Form/ FormState.php, line 782
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\FormCode
public function setSubmitted() {
$this->submitted = TRUE;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.