You are here

function DrupalSystemInterface::variableGet in X Autoload 7.4

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

Replacement of variable_get().

Parameters

string $name:

mixed $default:

Return value

mixed

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

File

lib/DrupalSystem/DrupalSystemInterface.php, line 15

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

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