You are here

protected property RestResourceConfig::$pluginManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rest/src/Entity/RestResourceConfig.php \Drupal\rest\Entity\RestResourceConfig::pluginManager

The rest resource plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

core/modules/rest/src/Entity/RestResourceConfig.php, line 76

Class

RestResourceConfig
Defines a RestResourceConfig configuration entity class.

Namespace

Drupal\rest\Entity

Code

protected $pluginManager;