You are here

public function CompilerContextInterface::getOptions in Compiler 1.0.x

Get an associative array of compiler plugin configuration options.

Return value

array An associative array of compiler plugin configuration options.

1 method overrides CompilerContextInterface::getOptions()
CompilerContext::getOptions in src/CompilerContext.php
Get an associative array of compiler plugin configuration options.

File

src/CompilerContextInterface.php, line 65

Class

CompilerContextInterface
A compiler context used to define a compilation.

Namespace

Drupal\compiler

Code

public function getOptions() : array;