constant PATTERNS_EXPORT_MODE_FULL in Patterns 7
Same name and namespace in other branches
- 7.2 includes/variables.inc \PATTERNS_EXPORT_MODE_FULL
3 uses of PATTERNS_EXPORT_MODE_FULL
- patterns_lab in includes/
forms/ lab.inc - @file Functions related to exporting patterns.
- patterns_lab_is_valid_export_mode in includes/
forms/ lab.inc - Returns TRUE if the passed parameter is a valid flag to configure Patterns behaviors with the 'include' tag.
- _patterns_lab_include_pattern in includes/
forms/ lab.inc - Returns the portion of a pattern object to be included as a string, depending on the passed mode of exporting.
File
- includes/
variables.inc, line 65
Code
define('PATTERNS_EXPORT_MODE_FULL', 'full');