public function StateInterface::setMultiple in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/State/StateInterface.php \Drupal\Core\State\StateInterface::setMultiple()
- 9 core/lib/Drupal/Core/State/StateInterface.php \Drupal\Core\State\StateInterface::setMultiple()
Saves key/value pairs.
Parameters
array $data: An associative array of key/value pairs.
File
- core/
lib/ Drupal/ Core/ State/ StateInterface.php, line 52
Class
- StateInterface
- Defines the interface for the state system.
Namespace
Drupal\Core\StateCode
public function setMultiple(array $data);