You are here

constant PATTERNS_INCLUDE_ATTACHED in Patterns 7.2

Same name and namespace in other branches
  1. 7 includes/variables.inc \PATTERNS_INCLUDE_ATTACHED
3 uses of PATTERNS_INCLUDE_ATTACHED
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:
patterns_parser_should_include_local in includes/parser/parser.inc
Determines whether an pattern should be included based on the local configuration (the pattern code itself).

File

includes/variables.inc, line 59

Code

define('PATTERNS_INCLUDE_ATTACHED', 'attached');