You are here

public function MgvPluginManagerInterface::getNamespacedValue in More Global Variables 8

Create namespaced value of given global variable id and instance.

Parameters

string $plugin_id: Plugin id.

\Drupal\mgv\Plugin\GlobalVariableInterface $variable: Plugin instance.

Return value

array|mixed Generated value.

1 method overrides MgvPluginManagerInterface::getNamespacedValue()
MgvPluginManager::getNamespacedValue in src/MgvPluginManager.php
Create namespaced value of given global variable id and instance.

File

src/MgvPluginManagerInterface.php, line 34

Class

MgvPluginManagerInterface
Interface MgvPluginManagerInterface.

Namespace

Drupal\mgv

Code

public function getNamespacedValue($plugin_id, GlobalVariableInterface $variable);