You are here

public function CompilerContextInterface::getCompiler in Compiler 1.0.x

Get the machine name of the compiler plugin to use.

Return value

string The machine name of the compiler plugin to use.

1 method overrides CompilerContextInterface::getCompiler()
CompilerContext::getCompiler in src/CompilerContext.php
Get the machine name of the compiler plugin to use.

File

src/CompilerContextInterface.php, line 23

Class

CompilerContextInterface
A compiler context used to define a compilation.

Namespace

Drupal\compiler

Code

public function getCompiler() : string;