public function PathDeleteEvent::isRedirect in Hook Event Dispatcher 8
Getter.
Return value
bool If it's a redirect.
File
- src/
Event/ Path/ PathDeleteEvent.php, line 36
Class
- PathDeleteEvent
- Class PathDeleteEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PathCode
public function isRedirect() {
return $this->redirect === TRUE;
}