interface CompilerInputInterface in Compiler 1.0.x
An interface used to describe a compiler input.
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
- interface \Drupal\compiler\CompilerInputInterface
Expanded class hierarchy of CompilerInputInterface
All classes that implement CompilerInputInterface
File
- src/
CompilerInputInterface.php, line 15
Namespace
Drupal\compilerView source
interface CompilerInputInterface {
/**
* Retrieve the value of this input.
*
* @return mixed
* The raw compiler input value.
*/
public function get();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CompilerInputInterface:: |
public | function | Retrieve the value of this input. | 1 |