You are here

public function RefineableCompilerContext::offsetUnset in Compiler 1.0.x

File

src/RefineableCompilerContext.php, line 50

Class

RefineableCompilerContext
A refineable compiler context used to define a compilation.

Namespace

Drupal\compiler

Code

public function offsetUnset($offset) : void {
  unset($this->inputs[$offset]);
}