FormState::setStorage

public function FormState::setStorage

public FormState::setStorage(array $storage)

Sets the entire set of arbitrary data.

Parameters

array $storage: The entire set of arbitrary data to store for this form.

Return value

$this

Overrides FormStateInterface::setStorage

File

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

Class

FormStat