You are here

public function CompilerContextInterface::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.

1 method overrides CompilerContextInterface::getData()
CompilerContext::getData in src/CompilerContext.php
Get arbitrary user-defined data to provide to the compiler.

File

src/CompilerContextInterface.php, line 31

Class

CompilerContextInterface
A compiler context used to define a compilation.

Namespace

Drupal\compiler

Code

public function getData();