public function ThemeCompilerTargetContext::getTarget in Theme Compiler 8
Get the target for this context.
Return value
string The theme-relative file system path to use for the compiler target.
File
- src/
Plugin/ ThemeCompilerTargetContext.php, line 111
Class
- ThemeCompilerTargetContext
- The context used to define common interface parameters for a theme compiler.
Namespace
Drupal\theme_compiler\PluginCode
public function getTarget() {
return $this->target;
}