function Dependency::offsetSet
File
-
core/
lib/ Drupal/ Core/ Extension/ Dependency.php, line 156
Class
- Dependency
- A value object representing dependency information.
Namespace
Drupal\Core\ExtensionCode
public function offsetSet($offset, $value) {
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.