interface GlobalVariableInterface in More Global Variables 8
Interface GlobalVariableInterface.
@package Drupal\mgv\Plugin
Hierarchy
- interface \Drupal\mgv\Plugin\GlobalVariableInterface
Expanded class hierarchy of GlobalVariableInterface
All classes that implement GlobalVariableInterface
2 files declare their use of GlobalVariableInterface
File
- src/
Plugin/ GlobalVariableInterface.php, line 10
Namespace
Drupal\mgv\PluginView source
interface GlobalVariableInterface {
/**
* Method that implement generating value of global variable.
*
* @return mixed
* Return value of declared variable.
*/
public function getValue();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GlobalVariableInterface:: |
public | function | Method that implement generating value of global variable. | 15 |