function DrupalCacheArray::offsetExists

Implements ArrayAccess::offsetExists().

1 method overrides DrupalCacheArray::offsetExists()
ThemeRegistry::offsetExists in includes/theme.inc
Implements ArrayAccess::offsetExists().

File

includes/bootstrap.inc, line 362

Class

DrupalCacheArray
Provides a caching wrapper to be used in place of large array structures.

Code

public function offsetExists($offset) {
    return $this->offsetGet($offset) !== NULL;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.