You are here

constant SmartIpEvents::CRON_RUN in Smart IP 8.3

Same name and namespace in other branches
  1. 8.4 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::CRON_RUN
  2. 8.2 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::CRON_RUN

The CRON_RUN event occurs when Drupal cron runs.

This event allows you to act on Drupal cron runs.

File

src/SmartIpEvents.php, line 97
Contains \Drupal\smart_ip\SmartIpEvents.

Class

SmartIpEvents
Contains all events thrown in the Smart IP query and admin settings.

Namespace

Drupal\smart_ip

Code

const CRON_RUN = 'smart_ip.cron_run';