constant REGISTRY_RESET_LOOKUP_CACHE in Drupal 7
Signals that the registry lookup cache should be reset.
2 uses of REGISTRY_RESET_LOOKUP_CACHE
- _registry_check_code in includes/
bootstrap.inc - Checks for a resource in the registry.
- _registry_update in includes/
registry.inc - Does the work for registry_update().
File
- includes/
bootstrap.inc, line 237 - Functions that need to be loaded on every Drupal request.
Code
define('REGISTRY_RESET_LOOKUP_CACHE', 1);