You are here

public function VariableRealmStoreInterface::variable_del in Variable 7.2

Delete single variable.

Parameters

$name: Variable name

1 method overrides VariableRealmStoreInterface::variable_del()
VariableRealmDefaultStore::variable_del in variable_realm/variable_realm.class.inc
Delete single variable.

File

variable_realm/variable_realm.class.inc, line 189
Variable realm controller

Class

VariableRealmStoreInterface
Realm Store Interface.

Code

public function variable_del($name);