You are here

protected property WebhookConfigForm::$systemHooks in Webhooks 8

The system hooks.

Type: string[]

File

src/Form/WebhookConfigForm.php, line 64

Class

WebhookConfigForm
Class Webhook Config Form.

Namespace

Drupal\webhooks\Form

Code

protected $systemHooks = [
  'cron',
  'file_download',
  'modules_installed',
  'user_cancel',
  'user_login',
  'user_logout',
  'cache_flush',
];