public property VarnishPurgerSettings::$http_errors in Varnish purger 8
Same name and namespace in other branches
- 8.2 src/Entity/VarnishPurgerSettings.php \Drupal\varnish_purger\Entity\VarnishPurgerSettings::http_errors
Whether 4xx and 5xx responses need to be treated as failures or not.
Type: bool
See also
http://docs.guzzlephp.org/en/latest/request-options.html#http-errors
File
- src/
Entity/ VarnishPurgerSettings.php, line 144
Class
- VarnishPurgerSettings
- Defines the HTTP purger settings entity.
Namespace
Drupal\varnish_purger\EntityCode
public $http_errors = TRUE;