protected property VarnishPurgerFormBase::$schemes in Varnish purger 8
Same name and namespace in other branches
- 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\FormCode
protected $schemes = [
'http',
'https',
];