You are here

protected property HttpPurgerFormBase::$schemes in Generic HTTP Purger 8

Static listing of the possible connection schemes.

Type: array

File

src/Form/HttpPurgerFormBase.php, line 85

Class

HttpPurgerFormBase
Abstract form base for HTTP based configurable purgers.

Namespace

Drupal\purge_purger_http\Form

Code

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