function variable_get_option in Variable 7
Same name and namespace in other branches
- 7.2 variable.module \variable_get_option()
Get variable option information.
Related topics
File
- ./
variable.module, line 208 - Variable API module
Code
function variable_get_option($type = NULL) {
return _variable_info('option', $type);
}