public function LtiToolProviderEvent::isCancelled in LTI Tool Provider 2.x
Same name and namespace in other branches
- 8 src/LtiToolProviderEvent.php \Drupal\lti_tool_provider\LtiToolProviderEvent::isCancelled()
Return value
bool
File
- src/
LtiToolProviderEvent.php, line 45
Class
Namespace
Drupal\lti_tool_providerCode
public function isCancelled() : bool {
return $this->cancelled;
}