You are here

public function CompilerInputBase::get in Compiler 1.0.x

Retrieve the value of this input.

Return value

mixed The raw compiler input value.

Overrides CompilerInputInterface::get

File

src/CompilerInputBase.php, line 34

Class

CompilerInputBase
A compiler input base class.

Namespace

Drupal\compiler

Code

public function get() {
  return $this->value;
}