You are here

public function CompilerContextInterface::getOption in Compiler 1.0.x

Get a specific compiler plugin configuration option.

Parameters

string $name: The name of the option.

Return value

mixed A specific compiler plugin configuration option.

1 method overrides CompilerContextInterface::getOption()
CompilerContext::getOption in src/CompilerContext.php
Get a specific compiler plugin configuration option.

File

src/CompilerContextInterface.php, line 57

Class

CompilerContextInterface
A compiler context used to define a compilation.

Namespace

Drupal\compiler

Code

public function getOption(string $name);