You are here

function variable_get_option in Variable 7.2

Same name and namespace in other branches
  1. 7 variable.module \variable_get_option()

Get variable option information.

Related topics

File

./variable.module, line 210
Variable API module

Code

function variable_get_option($type = NULL) {
  return _variable_info('option', $type);
}