You are here

public function RestrictIpServiceInterface::getCurrentPath in Restrict IP 8

Same name and namespace in other branches
  1. 8.2 src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::getCurrentPath()
  2. 3.x src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::getCurrentPath()

* Get the current path that the user is on * *

Return value

string * The current path

1 method overrides RestrictIpServiceInterface::getCurrentPath()
RestrictIpService::getCurrentPath in src/Service/RestrictIpService.php
*

File

src/Service/RestrictIpServiceInterface.php, line 56

Class

RestrictIpServiceInterface

Namespace

Drupal\restrict_ip\Service

Code

public function getCurrentPath();