public static function SmartIpDataSourceInterface::configName in Smart IP 8.4
Same name and namespace in other branches
- 8.2 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::configName()
- 8.3 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::configName()
Get the config name of this Smart IP data source module.
Return value
string Config name of this Smart IP data source module.
1 call to SmartIpDataSourceInterface::configName()
- SmartIpEventSubscriberBase::includeEditableConfigNames in src/
SmartIpEventSubscriberBase.php - Add Smart IP source module's config name.
6 methods override SmartIpDataSourceInterface::configName()
- SmartIpEventSubscriber::configName in modules/
device_geolocation/ src/ EventSubscriber/ SmartIpEventSubscriber.php - Get the config name of this Smart IP data source module.
- SmartIpEventSubscriber::configName in modules/
smart_ip_maxmind_geoip2_bin_db/ src/ EventSubscriber/ SmartIpEventSubscriber.php - Get the config name of this Smart IP data source module.
- SmartIpEventSubscriber::configName in modules/
smart_ip_ipinfodb_web_service/ src/ EventSubscriber/ SmartIpEventSubscriber.php - Get the config name of this Smart IP data source module.
- SmartIpEventSubscriber::configName in modules/
smart_ip_ip2location_bin_db/ src/ EventSubscriber/ SmartIpEventSubscriber.php - Get the config name of this Smart IP data source module.
- SmartIpEventSubscriber::configName in modules/
smart_ip_abstract_web_service/ src/ EventSubscriber/ SmartIpEventSubscriber.php - Get the config name of this Smart IP data source module.
File
- src/
SmartIpDataSourceInterface.php, line 31 - Contains \Drupal\smart_ip\SmartIpDataSourceInterface.
Class
- SmartIpDataSourceInterface
- Provides an interface for Smart IP's data source modules.
Namespace
Drupal\smart_ipCode
public static function configName();