function Dependency::offsetUnset

File

core/lib/Drupal/Core/Extension/Dependency.php, line 163

Class

Dependency
A value object representing dependency information.

Namespace

Drupal\Core\Extension

Code

public function offsetUnset($offset) {
    throw new \BadMethodCallException(sprintf('%s() is not supported', __METHOD__));
}

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