Mensaje de error

Warning: count(): Parameter must be an array or an object that implements Countable en _api_make_match_member_link() (línea 1230 de /home/u295177857/domains/app01.inkastattoonewjersey.com/public_html/profiles/drupalapi/modules/contrib/api/api.formatting.inc).

public function DrupalCacheArray::offsetSet

Implements ArrayAccess::offsetSet().

Archivo

drupal-7.x/includes/bootstrap.inc, line 367
Functions that need to be loaded on every Drupal request.

Class

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

Código

public function offsetSet($offset, $value) {
  $this->storage[$offset] = $value;
}