You are here

public property VarnishPurgerSettings::$hostname in Varnish purger 8.2

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

The host or IP-address to connect to.

Type: string

File

src/Entity/VarnishPurgerSettings.php, line 66

Class

VarnishPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\varnish_purger\Entity

Code

public $hostname = 'localhost';