public static function SmartIpEventSubscriber::configName in Smart IP 8.4
Same name in this branch
- 8.4 modules/device_geolocation/src/EventSubscriber/SmartIpEventSubscriber.php \Drupal\device_geolocation\EventSubscriber\SmartIpEventSubscriber::configName()
- 8.4 modules/smart_ip_maxmind_geoip2_bin_db/src/EventSubscriber/SmartIpEventSubscriber.php \Drupal\smart_ip_maxmind_geoip2_bin_db\EventSubscriber\SmartIpEventSubscriber::configName()
- 8.4 modules/smart_ip_ipinfodb_web_service/src/EventSubscriber/SmartIpEventSubscriber.php \Drupal\smart_ip_ipinfodb_web_service\EventSubscriber\SmartIpEventSubscriber::configName()
- 8.4 modules/smart_ip_ip2location_bin_db/src/EventSubscriber/SmartIpEventSubscriber.php \Drupal\smart_ip_ip2location_bin_db\EventSubscriber\SmartIpEventSubscriber::configName()
- 8.4 modules/smart_ip_abstract_web_service/src/EventSubscriber/SmartIpEventSubscriber.php \Drupal\smart_ip_abstract_web_service\EventSubscriber\SmartIpEventSubscriber::configName()
- 8.4 modules/smart_ip_maxmind_geoip2_web_service/src/EventSubscriber/SmartIpEventSubscriber.php \Drupal\smart_ip_maxmind_geoip2_web_service\EventSubscriber\SmartIpEventSubscriber::configName()
Same name and namespace in other branches
- 8.3 modules/device_geolocation/src/EventSubscriber/SmartIpEventSubscriber.php \Drupal\device_geolocation\EventSubscriber\SmartIpEventSubscriber::configName()
Get the config name of this Smart IP data source module.
Return value
string Config name of this Smart IP data source module.
Overrides SmartIpDataSourceInterface::configName
4 calls to SmartIpEventSubscriber::configName()
- DeviceGeolocation::isNeedUpdate in modules/
device_geolocation/ src/ DeviceGeolocation.php - Check if user's location needs update via client side.
- device_geolocation_page_attachments in modules/
device_geolocation/ device_geolocation.module - Implements hook_page_attachments().
- SmartIpEventSubscriber::formSettings in modules/
device_geolocation/ src/ EventSubscriber/ SmartIpEventSubscriber.php - Add the form elements of this Smart IP data source to main admin settings page of Smart IP.
- SmartIpEventSubscriber::submitFormSettings in modules/
device_geolocation/ src/ EventSubscriber/ SmartIpEventSubscriber.php - Act on submission of main Smart IP admin settings form.
File
- modules/
device_geolocation/ src/ EventSubscriber/ SmartIpEventSubscriber.php, line 35 - Contains \Drupal\device_geolocation\EventSubscriber\SmartIpEventSubscriber.
Class
- SmartIpEventSubscriber
- Core functionality of this Smart IP data source module. Listens to Smart IP override events.
Namespace
Drupal\device_geolocation\EventSubscriberCode
public static function configName() {
return 'device_geolocation.settings';
}