public function ArrayDeprecationWrapper::offsetGet in Entity Construction Kit (ECK) 8
File
- src/
ArrayDeprecationWrapper.php, line 52
Class
- ArrayDeprecationWrapper
- Class ArrayDeprecationWrapper
Namespace
Drupal\eckCode
public function offsetGet($offset) {
trigger_error($this->deprecationWarning, E_USER_DEPRECATED);
return $this->wrappedArray[$offset];
}