FormState::isSubmitted

public FormState::isSubmitted()

Determines if the form has been submitted.

Return value

bool TRUE if the form has been submitted, FALSE otherwise.

Overrides FormStateInterface::isSubmitted

File

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

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

public function isSubmitted() {
  return $this->submitted;
}
doc_Drupal
2016-10-29 09:16:01
Comments
Leave a Comment

Please login to continue.