You are here

public function JsCallbackInterface::getAllowedMethods in JS Callback Handler 8.3

An indexed array of allowed HTTP methods.

Return value

array

1 method overrides JsCallbackInterface::getAllowedMethods()
JsCallbackBase::getAllowedMethods in src/Plugin/Js/JsCallbackBase.php
An indexed array of allowed HTTP methods.

File

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

Class

JsCallbackInterface
JsCallbackInterface.

Namespace

Drupal\js\Plugin\Js

Code

public function getAllowedMethods();