You are here

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

Overrides CompilerContextInterface::getCompiler

File

src/CompilerContext.php, line 93

Class

CompilerContext
A compiler context used to define a compilation.

Namespace

Drupal\compiler

Code

public function getCompiler() : string {
  return $this->compiler;
}