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\compilerCode
public function getOptions() : array;