You are here

constant SmartIpEvents::MANUAL_UPDATE in Smart IP 8.4

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

The MANUAL_UPDATE event occurs when Smart IP admin page settings is executed manual database update.

This event allows you to act on manual database update.

File

src/SmartIpEvents.php, line 109
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 MANUAL_UPDATE = 'smart_ip.manual_database_update';