You are here

public property VarnishPurgerSettings::$scheme in Varnish purger 8.2

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

The HTTP scheme.

Type: string

File

src/Entity/VarnishPurgerSettings.php, line 94

Class

VarnishPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\varnish_purger\Entity

Code

public $scheme = 'http';