You are here

public function JsCallbackInterface::accessDeniedMessage in JS Callback Handler 8.3

Message to show when access to the callback has been denied.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup

1 method overrides JsCallbackInterface::accessDeniedMessage()
JsCallbackBase::accessDeniedMessage in src/Plugin/Js/JsCallbackBase.php
Message to show when access to the callback has been denied.

File

src/Plugin/Js/JsCallbackInterface.php, line 25

Class

JsCallbackInterface
JsCallbackInterface.

Namespace

Drupal\js\Plugin\Js

Code

public function accessDeniedMessage();