You are here

function DrupalSystemInterface::variableGet in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/DrupalSystem/DrupalSystemInterface.php \Drupal\xautoload\DrupalSystem\DrupalSystemInterface::variableGet()

Replacement of variable_get().

Parameters

string $name:

mixed $default:

Return value

mixed

See also

variable_get()

2 methods override DrupalSystemInterface::variableGet()
DrupalSystem::variableGet in src/DrupalSystem/DrupalSystem.php
Replacement of variable_get().
MockDrupalSystem::variableGet in tests/src/Mock/MockDrupalSystem.php
Replacement of variable_get().

File

src/DrupalSystem/DrupalSystemInterface.php, line 25

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

function variableGet($name, $default = NULL);