You are here

protected property Plugins::$pluginManager in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 modules/jsonrpc_core/src/Plugin/jsonrpc/Method/Plugins.php \Drupal\jsonrpc_core\Plugin\jsonrpc\Method\Plugins::pluginManager

A plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

modules/jsonrpc_core/src/Plugin/jsonrpc/Method/Plugins.php, line 37

Class

Plugins
Lists the plugin definitions of a given type.

Namespace

Drupal\jsonrpc_core\Plugin\jsonrpc\Method

Code

protected $pluginManager;