StateInterface::delete

public StateInterface::delete($key)

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);
doc_Drupal
2016-10-29 09:43:57
Comments
Leave a Comment

Please login to continue.