constant VARNISH_SERVER_STATUS_UP in Varnish 6
Same name and namespace in other branches
- 8 varnish.module \VARNISH_SERVER_STATUS_UP
- 7 varnish.module \VARNISH_SERVER_STATUS_UP
2 uses of VARNISH_SERVER_STATUS_UP
- theme_varnish_status in ./
varnish.module - Theme handler for theme('varnish_status').
- varnish_get_status in ./
varnish.module - Get the status (up/down) of each of the varnish servers.
File
- ./
varnish.module, line 8 - varnish.module Provide drupal hooks for integration with the Varnish control layer.
Code
define('VARNISH_SERVER_STATUS_UP', 1);