You are here

constant SmartIpEvents::SUBMIT_SETTINGS in Smart IP 8.4

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

The SUBMIT_SETTINGS event occurs when Smart IP admin page settings is submitted.

This event allows you to alter the Smart IP admin page settings submission.

File

src/SmartIpEvents.php, line 86
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 SUBMIT_SETTINGS = 'smart_ip.submit_admin_settings';