You are here

public function GlobalVariableInterface::getValue in More Global Variables 8

Method that implement generating value of global variable.

Return value

mixed Return value of declared variable.

15 methods override GlobalVariableInterface::getValue()
BaseUrl::getValue in src/Plugin/GlobalVariable/BaseUrl.php
Method that implement generating value of global variable.
CurrentLangcode::getValue in src/Plugin/GlobalVariable/CurrentLangcode.php
Method that implement generating value of global variable.
CurrentLangname::getValue in src/Plugin/GlobalVariable/CurrentLangname.php
Method that implement generating value of global variable.
CurrentPath::getValue in src/Plugin/GlobalVariable/CurrentPath.php
Method that implement generating value of global variable.
CurrentPathAlias::getValue in src/Plugin/GlobalVariable/CurrentPathAlias.php
Method that implement generating value of global variable.

... See full list

File

src/Plugin/GlobalVariableInterface.php, line 18

Class

GlobalVariableInterface
Interface GlobalVariableInterface.

Namespace

Drupal\mgv\Plugin

Code

public function getValue();