public function ThemeCompilerTargetContext::getOptions in Theme Compiler 8
Get the options for this context.
Return value
array An array of compiler plugin target configuration options.
File
- src/
Plugin/ ThemeCompilerTargetContext.php, line 78
Class
- ThemeCompilerTargetContext
- The context used to define common interface parameters for a theme compiler.
Namespace
Drupal\theme_compiler\PluginCode
public function getOptions() {
return $this->options;
}