public function RedirectLoopException::getPath in Redirect 8
Returns the looping path.
Return value
string The path.
File
- src/
Exception/ RedirectLoopException.php, line 47
Class
- RedirectLoopException
- Exception for when a redirect loop is detected.
Namespace
Drupal\redirect\ExceptionCode
public function getPath() {
return $this->path;
}