You are here

function DrupalSystemInterface::variableSet in X Autoload 7.5

Wrapper for variable_set()

Parameters

string $name:

mixed $value:

2 methods override DrupalSystemInterface::variableSet()
DrupalSystem::variableSet in src/DrupalSystem/DrupalSystem.php
Wrapper for variable_set()
MockDrupalSystem::variableSet in tests/src/Mock/MockDrupalSystem.php
Wrapper for variable_set()

File

src/DrupalSystem/DrupalSystemInterface.php, line 13

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

function variableSet($name, $value);