public function UrlRedirect::get_message in Url Redirect 8
Same name and namespace in other branches
- 8.2 src/Entity/UrlRedirect.php \Drupal\url_redirect\Entity\UrlRedirect::get_message()
File
- src/
Entity/ UrlRedirect.php, line 153
Class
- UrlRedirect
- Defines the Url Redirect entity.
Namespace
Drupal\url_redirect\EntityCode
public function get_message() {
return $this->message;
}