You are here

public property VarnishPurgerSettings::$verify in Varnish purger 8.2

Same name and namespace in other branches
  1. 8 src/Entity/VarnishPurgerSettings.php \Drupal\varnish_purger\Entity\VarnishPurgerSettings::verify

Whether to verify SSL certificates or not.

Type: bool

See also

http://docs.guzzlephp.org/en/latest/request-options.html#verify

File

src/Entity/VarnishPurgerSettings.php, line 103

Class

VarnishPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\varnish_purger\Entity

Code

public $verify = TRUE;