You are here

public function VariableRealmStoreInterface::variable_exists in Variable 7.2

Check whether a variable exists in the realm.

1 method overrides VariableRealmStoreInterface::variable_exists()
VariableRealmDefaultStore::variable_exists in variable_realm/variable_realm.class.inc
Implementation of VariableRealmStoreInterface::variable_exists().

File

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

Class

VariableRealmStoreInterface
Realm Store Interface.

Code

public function variable_exists($name);