public function CasLoginException::getSubscriberCancelReason in CAS 8
Same name and namespace in other branches
- 2.x src/Exception/CasLoginException.php \Drupal\cas\Exception\CasLoginException::getSubscriberCancelReason()
Returns the user message if login failed on a subscriber cancellation.
Return value
\Drupal\Component\Render\MarkupInterface|string|null The reason why login failed, if any.
File
- src/
Exception/ CasLoginException.php, line 68
Class
- CasLoginException
- Class CasLoginException.
Namespace
Drupal\cas\ExceptionCode
public function getSubscriberCancelReason() {
return $this->subscriberCancelReason;
}