You are here

protected property VarnishPurgerFormBase::$schemes in Varnish purger 8

Same name and namespace in other branches
  1. 8.2 src/Form/VarnishPurgerFormBase.php \Drupal\varnish_purger\Form\VarnishPurgerFormBase::schemes

Static listing of the possible connection schemes.

Type: array

File

src/Form/VarnishPurgerFormBase.php, line 40

Class

VarnishPurgerFormBase
Abstract form base for Varnish based configurable purgers.

Namespace

Drupal\varnish_purger\Form

Code

protected $schemes = [
  'http',
  'https',
];