public function CompilerContext::getData in Compiler 1.0.x
Get arbitrary user-defined data to provide to the compiler.
Return value
mixed Arbitrary user-defined data to provide to the compiler.
Overrides CompilerContextInterface::getData
File
- src/
CompilerContext.php, line 100
Class
- CompilerContext
- A compiler context used to define a compilation.
Namespace
Drupal\compilerCode
public function getData() {
return $this->data;
}