You are here

protected property CompilerContext::$data in Compiler 1.0.x

Arbitrary user-defined data to provide to the compiler.

Type: mixed

File

src/CompilerContext.php, line 29

Class

CompilerContext
A compiler context used to define a compilation.

Namespace

Drupal\compiler

Code

protected $data = NULL;