constant SmartIpEvents::CRON_RUN in Smart IP 8.2
Same name and namespace in other branches
- 8.4 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::CRON_RUN
- 8.3 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 96 - Contains \Drupal\smart_ip\SmartIpEvents.
Class
- SmartIpEvents
- Contains all events thrown in the Smart IP query and admin settings.
Namespace
Drupal\smart_ipCode
const CRON_RUN = 'smart_ip.cron_run';