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