public function RestrictIpService::getCurrentPath in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Service/RestrictIpService.php \Drupal\restrict_ip\Service\RestrictIpService::getCurrentPath()
- 3.x src/Service/RestrictIpService.php \Drupal\restrict_ip\Service\RestrictIpService::getCurrentPath()
*
Overrides RestrictIpServiceInterface::getCurrentPath
File
- src/
Service/ RestrictIpService.php, line 183
Class
Namespace
Drupal\restrict_ip\ServiceCode
public function getCurrentPath() {
return $this->currentPath;
}