constant EMAPI_NAMESPACE in Embedded Media Field 6.3
This is the variable namespace, automatically prepended to module variables.
4 uses of EMAPI_NAMESPACE
- emapi_variable_del in emapi/
includes/ emapi.variables.inc - Wrapper for variable_del() using the Embedded Media API variable registry.
- emapi_variable_get in emapi/
includes/ emapi.variables.inc - Wrapper for variable_get() using the Embedded Media API variable registry.
- emapi_variable_name in emapi/
includes/ emapi.variables.inc - Return the fully namespace variable name.
- emapi_variable_set in emapi/
includes/ emapi.variables.inc - Wrapper for variable_set() using the Embedded Media API variable registry.
File
- emapi/
includes/ emapi.variables.inc, line 14 - Contains the variables and defaults used by Embedded Media API.
Code
define('EMAPI_NAMESPACE', 'emapi__');