constant PATTERNS_EXPORT_TO_ZIP in Patterns 7.2
Same name and namespace in other branches
- 7 includes/variables.inc \PATTERNS_EXPORT_TO_ZIP
4 uses of PATTERNS_EXPORT_TO_ZIP
- drush_patterns_export in ./
patterns.drush.inc - Export data from the patterns components to file, zip archive, or database
- patterns_export_finalize_export in patterns_export/
finalize.inc - Initializes the appropriate action to export a collection of patterns
- patterns_export_is_valid_mode in patterns_export/
patterns_export.module - Returns TRUE if a string is a supported export mode
- patterns_lab_submit in includes/
forms/ lab.inc - Exports selected patterns either in a file or as a zip-archive
File
- includes/
variables.inc, line 64
Code
define('PATTERNS_EXPORT_TO_ZIP', 'zip');