You are here

constant SmartIpEvents::GET_CONFIG_NAME in Smart IP 8.4

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

The GET_CONFIG_NAME event occurs when Smart IP admin setiings' getEditableConfigNames() is called.

This event allows you to add Smart IP source module's config name.

File

src/SmartIpEvents.php, line 38
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 GET_CONFIG_NAME = 'smart_ip.get_editable_config_names';