public function CompilerInputInterface::get in Compiler 1.0.x
Retrieve the value of this input.
Return value
mixed The raw compiler input value.
1 method overrides CompilerInputInterface::get()
- CompilerInputBase::get in src/
CompilerInputBase.php - Retrieve the value of this input.
File
- src/
CompilerInputInterface.php, line 23
Class
- CompilerInputInterface
- An interface used to describe a compiler input.
Namespace
Drupal\compilerCode
public function get();