public function JsCallbackInterface::methodNotAllowedMessage in JS Callback Handler 8.3
Message to show when a callback was requested with an invalid HTTP method.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup
1 method overrides JsCallbackInterface::methodNotAllowedMessage()
- JsCallbackBase::methodNotAllowedMessage in src/
Plugin/ Js/ JsCallbackBase.php - Message to show when a callback was requested with an invalid HTTP method.
File
- src/
Plugin/ Js/ JsCallbackInterface.php, line 111
Class
- JsCallbackInterface
- JsCallbackInterface.
Namespace
Drupal\js\Plugin\JsCode
public function methodNotAllowedMessage();