6 uses of PATTERNS_STATUS_ENABLED in Patterns 7
- patterns_batch_finish in includes/
core/ batch.inc - Finishes a batch operation. @TODO Doc.
- patterns_db_save_pattern in includes/
db.inc - Writes the pattern metadata (and the actual pattern) to the database.
- patterns_execute_pattern_php in includes/
core/ php.inc - Execute a Pattern. Actions will be called sequentially.
- patterns_get_patterns_links in theme/
common.inc - patterns_parser_should_include in includes/
parser/ parser.inc - Determines if a pattern should be included or not. The following conditions are checked in order:
- _patterns_io_get_patterns in includes/
io/ io.inc - Loads all the available patterns from the database. It also checks against the file system, and, if the patterns global configuration options allow it, updates the database with the latest modifications. Notice: enabled patterns will not be updated…