You are here

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

List of fields from \Drupal\purge_purger_http\Entity\HttpPurgerSettings.

Type: string[]

File

src/Form/HttpPurgerFormBase.php, line 60

Class

HttpPurgerFormBase
Abstract form base for HTTP based configurable purgers.

Namespace

Drupal\purge_purger_http\Form

Code

protected $settingFields = [
  "name",
  "invalidationtype",
  "hostname",
  "port",
  "path",
  "request_method",
  "scheme",
  "verify",
  "headers",
  "body",
  "body_content_type",
  "runtime_measurement",
  "timeout",
  "connect_timeout",
  "cooldown_time",
  "max_requests",
  "http_errors",
];