You are here

public function SmartIpDataSourceInterface::cronRun in Smart IP 8.2

Same name and namespace in other branches
  1. 8.4 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::cronRun()
  2. 8.3 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::cronRun()

Act on Drupal cron run.

Parameters

\Drupal\smart_ip\DatabaseFileEvent $event:

1 method overrides SmartIpDataSourceInterface::cronRun()
SmartIpEventSubscriber::cronRun in modules/smart_ip_ipinfodb_web_service/src/EventSubscriber/SmartIpEventSubscriber.php
Act on Drupal cron run.

File

src/SmartIpDataSourceInterface.php, line 81
Contains \Drupal\smart_ip\SmartIpDataSourceInterface.

Class

SmartIpDataSourceInterface
Provides an interface for Smart IP's data source modules.

Namespace

Drupal\smart_ip

Code

public function cronRun(DatabaseFileEvent $event);