You are here

public function LtiToolProviderEvent::isCancelled in LTI Tool Provider 8

Same name and namespace in other branches
  1. 2.x src/LtiToolProviderEvent.php \Drupal\lti_tool_provider\LtiToolProviderEvent::isCancelled()

Return value

bool

File

src/LtiToolProviderEvent.php, line 28

Class

LtiToolProviderEvent

Namespace

Drupal\lti_tool_provider

Code

public function isCancelled() : bool {
  return $this->cancelled;
}