Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
StateInterface.php
function StateInterface::delete
Deletes an item.
Parameters
string $key
: The item name to delete.
File
core/
lib/
Drupal/
Core/
State/
StateInterface.php
, line 60
Class
StateInterface
Defines the interface for the state system.
Namespace
Drupal\Core\State
Code
public
function
delete
(
$key
);
RSS feed