You are here

function webhook_theme in Webhooks 8

Implements hook_theme().

File

modules/webhook/webhook.module, line 13
Provides a webhook entity type.

Code

function webhook_theme() {
  return [
    'webhook' => [
      'render element' => 'elements',
    ],
  ];
}