You are here

constant SmartIpEvents::DISPLAY_SETTINGS in Smart IP 8.3

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

The DISPLAY_SETTINGS event occurs when Smart IP admin page settings is displayed.

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

File

src/SmartIpEvents.php, line 62
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 DISPLAY_SETTINGS = 'smart_ip.display_admin_settings';