constant SmartIpEvents::GET_CONFIG_NAME in Smart IP 8.2
Same name and namespace in other branches
- 8.4 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::GET_CONFIG_NAME
- 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 37 - Contains \Drupal\smart_ip\SmartIpEvents.
Class
- SmartIpEvents
- Contains all events thrown in the Smart IP query and admin settings.
Namespace
Drupal\smart_ipCode
const GET_CONFIG_NAME = 'smart_ip.get_editable_config_names';