You are here

public function UrlRedirect::get_redirect_path in Url Redirect 8

Same name and namespace in other branches
  1. 8.2 src/Entity/UrlRedirect.php \Drupal\url_redirect\Entity\UrlRedirect::get_redirect_path()

File

src/Entity/UrlRedirect.php, line 125

Class

UrlRedirect
Defines the Url Redirect entity.

Namespace

Drupal\url_redirect\Entity

Code

public function get_redirect_path() {
  return $this->redirect_path;
}