function StateInterface::deleteMultiple
Same name in other branches
- 9 core/lib/Drupal/Core/State/StateInterface.php \Drupal\Core\State\StateInterface::deleteMultiple()
- 8.9.x core/lib/Drupal/Core/State/StateInterface.php \Drupal\Core\State\StateInterface::deleteMultiple()
- 11.x core/lib/Drupal/Core/State/StateInterface.php \Drupal\Core\State\StateInterface::deleteMultiple()
Deletes multiple items.
Parameters
array $keys: A list of item names to delete.
File
-
core/
lib/ Drupal/ Core/ State/ StateInterface.php, line 68
Class
- StateInterface
- Defines the interface for the state system.
Namespace
Drupal\Core\StateCode
public function deleteMultiple(array $keys);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.