FormStateInterface::setInvalidToken

public FormStateInterface::setInvalidToken($invalid_token)

Flags the form state as having or not an invalid token.

Parameters

bool $invalid_token: Whether the form has an invalid token.

Return value

$this

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 566

Class

FormStateInterface
Provides an interface for an object containing the current state of a form.

Namespace

Drupal\Core\Form

Code

public function setInvalidToken($invalid_token);
doc_Drupal
2016-10-29 09:16:42
Comments
Leave a Comment

Please login to continue.