public function HandlerInterface::supportedMethods in JSON-RPC 2.x
Same name and namespace in other branches
- 8 src/HandlerInterface.php \Drupal\jsonrpc\HandlerInterface::supportedMethods()
The methods supported by the handler.
Return value
\Drupal\jsonrpc\MethodInterface[] The methods.
1 method overrides HandlerInterface::supportedMethods()
- Handler::supportedMethods in src/
Handler.php - The methods supported by the handler.
File
- src/
HandlerInterface.php, line 61
Class
- HandlerInterface
- Interface for the handler.
Namespace
Drupal\jsonrpcCode
public function supportedMethods();