constant ACQUIA_PURGE_SEVLEVEL_ERROR in Acquia Purge 7
Same name and namespace in other branches
- 6 acquia_purge.module \ACQUIA_PURGE_SEVLEVEL_ERROR
Requirement severity: Error condition, do not purge items in the queue.
17 uses of ACQUIA_PURGE_SEVLEVEL_ERROR
- AcquiaPurgeDiagnostics::isSystemBlocked in lib/
AcquiaPurgeDiagnostics.php - Is the system blocked by an error? If so, retrieve the error.
- acquia_purge_expire_cache in ./
acquia_purge.module - Implements hook_expire_cache().
- acquia_purge_manualpurge_form_full in ./
acquia_purge.admin.inc - UX rich form that lets administrative users purge paths manually.
- drush_acquia_purge_ap_process in ./
acquia_purge.drush.inc - Purge all queued items from the command line.
- drush_acquia_purge_ap_purge in ./
acquia_purge.drush.inc - Purge a specified path from your balancers.
File
- ./
acquia_purge.module, line 55 - Acquia Purge, Top-notch Varnish purging on Acquia Cloud!
Code
define('ACQUIA_PURGE_SEVLEVEL_ERROR', 2);