public function Dependency::offsetUnset in Drupal 8
File
- core/
lib/ Drupal/ Core/ Extension/ Dependency.php, line 163
Class
- Dependency
- A value object representing dependency information.
Namespace
Drupal\Core\ExtensionCode
public function offsetUnset($offset) {
throw new \BadMethodCallException(sprintf('%s() is not supported', __METHOD__));
}