You are here

public function ThemeCompilerTargetContext::getCompiler in Theme Compiler 8

Get the compiler for this context.

Return value

string The machine name of the compiler plugin to use.

File

src/Plugin/ThemeCompilerTargetContext.php, line 68

Class

ThemeCompilerTargetContext
The context used to define common interface parameters for a theme compiler.

Namespace

Drupal\theme_compiler\Plugin

Code

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