You are here

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\Exception

Code

public function getPath() {
  return $this->path;
}