You are here

constant PATTERNS_PARSER_LOAD in Patterns 7.2

Same name and namespace in other branches
  1. 7 includes/variables.inc \PATTERNS_PARSER_LOAD
3 uses of PATTERNS_PARSER_LOAD
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;
_patterns_io_save_pattern in includes/io/io.inc
Lower level primitive for patterns_io_save_pattern. Includes an optional argument to force the UUUID

File

includes/variables.inc, line 20

Code

define('PATTERNS_PARSER_LOAD', 'load');