public function Dependency::offsetSet in Drupal 8
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__));
}