You are here

constant STYLES_NAMESPACE in Styles 7.2

Same name and namespace in other branches
  1. 6.2 includes/styles.variables.inc \STYLES_NAMESPACE
  2. 6 includes/styles.variables.inc \STYLES_NAMESPACE

This is the variable namespace, automatically prepended to module variables.

4 uses of STYLES_NAMESPACE
styles_variable_del in includes/styles.variables.inc
Wrapper for variable_del() using the Styles variable registry.
styles_variable_get in includes/styles.variables.inc
Wrapper for variable_get() using the Styles variable registry.
styles_variable_name in includes/styles.variables.inc
Return the fully namespace variable name.
styles_variable_set in includes/styles.variables.inc
Wrapper for variable_set() using the Styles variable registry.

File

includes/styles.variables.inc, line 15
styles.variables.inc Variable defaults for Styles.

Code

define('STYLES_NAMESPACE', 'styles__');