Pantheon\Terminus\DataStore\DataStoreInterface::has PHP Method

has() public method

Checks if a key is in the store
public has ( string $key ) : boolean
$key string A key
return boolean Whether a value exists with the given key
    public function has($key);