public function ValueContainer::offsetSet

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php, line 49

Class

ValueContainer
Container for values initialized lazily from a ValueSupplierInterface.

Namespace

Assetic\Extension\Twig

Code

public function offsetSet($offset, $value) {
  throw new \BadMethodCallException('The ValueContainer is read-only.');
}