public function StateInterface::delete in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Core/State/StateInterface.php \Drupal\Core\State\StateInterface::delete()
Deletes an item.
Parameters
string $key: The item name to delete.
1 method overrides StateInterface::delete()
- State::delete in lib/
Drupal/ Core/ State/ State.php - Deletes an item.
File
- lib/
Drupal/ Core/ State/ StateInterface.php, line 65 - Contains \Drupal\Core\State\StateInterface.
Class
- StateInterface
- Defines the interface for the state system.
Namespace
Drupal\Core\StateCode
public function delete($key);