constant PATTERNS_INCLUDE_NEVER in Patterns 7.2
Same name and namespace in other branches
- 7 includes/variables.inc \PATTERNS_INCLUDE_NEVER
3 uses of PATTERNS_INCLUDE_NEVER
- patterns_get_include_mode in ./
patterns.module - Returns the current option for included patterns, as it is in the database. If the option stored in the database is not valid, by default patterns' inclusion is disabled.
- patterns_parser_is_valid_include_mode in includes/
parser/ parser.inc - Returns TRUE if the passed parameter is a valid flag to configure Patterns behaviors with the 'include' tag.
- 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:
File
- includes/
variables.inc, line 55
Code
define('PATTERNS_INCLUDE_NEVER', 'never');