function FormStateInterface::setTemporary
Sets temporary data.
Parameters
array $temporary: Temporary data accessible during the current page request only.
Return value
$this
2 methods override FormStateInterface::setTemporary()
- FormState::setTemporary in core/
lib/ Drupal/ Core/ Form/ FormState.php  - Sets temporary data.
 - FormStateDecoratorBase::setTemporary in core/
lib/ Drupal/ Core/ Form/ FormStateDecoratorBase.php  - Sets temporary data.
 
File
- 
              core/
lib/ Drupal/ Core/ Form/ FormStateInterface.php, line 1007  
Class
- FormStateInterface
 - Provides an interface for an object containing the current state of a form.
 
Namespace
Drupal\Core\FormCode
public function setTemporary(array $temporary);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.