You are here

constant SmartIpEvents::VALIDATE_SETTINGS in Smart IP 8.2

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

The VALIDATE_SETTINGS event occurs when Smart IP admin page settings is validated.

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

File

src/SmartIpEvents.php, line 73
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 VALIDATE_SETTINGS = 'smart_ip.validate_admin_settings';