DrupalCacheArray::offsetUnset

7 bootstrap.inc public DrupalCacheArray::offsetUnset($offset)

Implements ArrayAccess::offsetUnset().

File

includes/bootstrap.inc, line 355
Functions that need to be loaded on every Drupal request.

Code

public function offsetUnset($offset) {
  unset($this->storage[$offset]);
}
Login or register to post comments