You are here

6 calls to patterns_parser_get_parser_function() in Patterns 7

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_dump in includes/parser/parser.inc
Tries to dump an array representing a pattern to a string, according to the specified format.
patterns_parser_dump_comment in includes/parser/parser.inc
Tries to dump an array representing a pattern to a string, according to the specified format.
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_parser_parse in includes/parser/parser.inc
Tries to parse a pattern string according to the specified format. If succesfull returns the array representation of the pattern, if not returns FALSE;