You are here

class CompilerInputDirect in Compiler 1.0.x

A compiler input value that can be used directly for compilation.

Copyright (C) 2021 Library Solutions, LLC (et al.).

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Hierarchy

Expanded class hierarchy of CompilerInputDirect

File

src/CompilerInputDirect.php, line 15

Namespace

Drupal\compiler
View source
class CompilerInputDirect extends CompilerInputBase {

}

Members

Namesort descending Modifiers Type Description Overrides
CompilerInputBase::$value protected property The input value.
CompilerInputBase::get public function Retrieve the value of this input. Overrides CompilerInputInterface::get
CompilerInputBase::__construct public function