You are here

public function SmartIpDataSourceInterface::manualUpdate in Smart IP 8.4

Same name and namespace in other branches
  1. 8.2 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::manualUpdate()
  2. 8.3 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::manualUpdate()

Act on manual database update.

Parameters

\Drupal\smart_ip\DatabaseFileEvent $event: Smart IP database file related events for event listeners.

6 methods override SmartIpDataSourceInterface::manualUpdate()
SmartIpEventSubscriber::manualUpdate in modules/device_geolocation/src/EventSubscriber/SmartIpEventSubscriber.php
Act on manual database update.
SmartIpEventSubscriber::manualUpdate in modules/smart_ip_maxmind_geoip2_bin_db/src/EventSubscriber/SmartIpEventSubscriber.php
Act on manual database update.
SmartIpEventSubscriber::manualUpdate in modules/smart_ip_ipinfodb_web_service/src/EventSubscriber/SmartIpEventSubscriber.php
Act on manual database update.
SmartIpEventSubscriber::manualUpdate in modules/smart_ip_ip2location_bin_db/src/EventSubscriber/SmartIpEventSubscriber.php
Act on manual database update.
SmartIpEventSubscriber::manualUpdate in modules/smart_ip_abstract_web_service/src/EventSubscriber/SmartIpEventSubscriber.php
Act on manual database update.

... See full list

File

src/SmartIpDataSourceInterface.php, line 81
Contains \Drupal\smart_ip\SmartIpDataSourceInterface.

Class

SmartIpDataSourceInterface
Provides an interface for Smart IP's data source modules.

Namespace

Drupal\smart_ip

Code

public function manualUpdate(DatabaseFileEvent $event);