constant PATTERNS_STATUS_TRASHED in Patterns 7
Same name and namespace in other branches
- 7.2 includes/variables.inc \PATTERNS_STATUS_TRASHED
4 uses of PATTERNS_STATUS_TRASHED
- patterns_db_analyze_patterns_status in includes/
db.inc - Returns a string representation of the status of the pattern as it is in the database;
- patterns_db_save_pattern in includes/
db.inc - Writes the pattern metadata (and the actual pattern) to the database.
- patterns_get_patterns_links in theme/
common.inc - _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…
File
- includes/
variables.inc, line 52
Code
define('PATTERNS_STATUS_TRASHED', -5);