public function HandlerInterface::supportedMethods in JSON-RPC 8
Same name and namespace in other branches
- 2.x 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();