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