public function FormStateInterface::setRebuildInfo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::setRebuildInfo()
Sets the rebuild info.
Parameters
array $rebuild_info: The rebuild info.
Return value
$this
See also
\Drupal\Core\Form\FormState::$rebuild_info
1 method overrides FormStateInterface::setRebuildInfo()
- FormState::setRebuildInfo in core/
lib/ Drupal/ Core/ Form/ FormState.php - Sets the rebuild info.
File
- core/
lib/ Drupal/ Core/ Form/ FormStateInterface.php, line 902 - Contains \Drupal\Core\Form\FormStateInterface.
Class
- FormStateInterface
- Provides an interface for an object containing the current state of a form.
Namespace
Drupal\Core\FormCode
public function setRebuildInfo(array $rebuild_info);