You are here

namespace Drupal\jsonrpc_core\Plugin\jsonrpc\Method in JSON-RPC 2.x

Same name in other branches
  1. 8 Drupal\jsonrpc_core\Plugin\jsonrpc\Method
Classsort descending Location Description
AddPermissionToRole modules/jsonrpc_core/src/Plugin/jsonrpc/Method/AddPermissionToRole.php A method to add permissions to a role.
Cache modules/jsonrpc_core/src/Plugin/jsonrpc/Method/Cache.php Class CacheService.
ListPermissions modules/jsonrpc_core/src/Plugin/jsonrpc/Method/ListPermissions.php RPC method to list all the permissions.
MaintenanceModeEnabled modules/jsonrpc_core/src/Plugin/jsonrpc/Method/MaintenanceModeEnabled.php RPC method to enable or disable maintenance mode.
Plugins modules/jsonrpc_core/src/Plugin/jsonrpc/Method/Plugins.php Lists the plugin definitions of a given type.
RouteBuilder modules/jsonrpc_core/src/Plugin/jsonrpc/Method/RouteBuilder.php RPC method to rebuild the routes.
UserPermissionsBase modules/jsonrpc_core/src/Plugin/jsonrpc/Method/UserPermissionsBase.php Base method for methods that ned access to the user.permissions service.