public function WebhookConfig::getLastUsage in Webhooks 8
Get last usage time.
Return value
int The last usage time.
Overrides WebhookConfigInterface::getLastUsage
File
- src/
Entity/ WebhookConfig.php, line 232
Class
- WebhookConfig
- Defines the Webhook entity.
Namespace
Drupal\webhooks\EntityCode
public function getLastUsage() {
return $this->last_usage;
}