You are here

public function FormStateInterface::getTemporary in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::getTemporary()
  2. 10 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::getTemporary()

Gets temporary data.

Return value

array Temporary data accessible during the current page request only.

2 methods override FormStateInterface::getTemporary()
FormState::getTemporary in core/lib/Drupal/Core/Form/FormState.php
Gets temporary data.
FormStateDecoratorBase::getTemporary in core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
Gets temporary data.

File

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

Class

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

Namespace

Drupal\Core\Form

Code

public function getTemporary();