constant PATTERNS_PARSER_LOAD in Patterns 7
Same name and namespace in other branches
- 7.2 includes/variables.inc \PATTERNS_PARSER_LOAD
3 uses of PATTERNS_PARSER_LOAD
- patterns_io_save_pattern in includes/
io/ io.inc - Saves a pattern string or array into the database AND in the file system.
- patterns_io_scan_directories in includes/
io/ io.inc - Scan directories looking for patterns files.
- patterns_parser_load in includes/
parser/ parser.inc - Tries to load a pattern from a file according to the specified format. If succesfull returns the array representation of the pattern, if not returns FALSE;
File
- includes/
variables.inc, line 20
Code
define('PATTERNS_PARSER_LOAD', 'load');