public function LtiToolProviderEvent::cancel in LTI Tool Provider 8
Same name and namespace in other branches
- 2.x src/LtiToolProviderEvent.php \Drupal\lti_tool_provider\LtiToolProviderEvent::cancel()
File
- src/
LtiToolProviderEvent.php, line 33
Class
Namespace
Drupal\lti_tool_providerCode
public function cancel(string $message = 'Launch has been cancelled.') : void {
$this->cancelled = true;
$this->message = $message;
$this
->stopPropagation();
}