You are here

protected property ResourceRoutes::$manager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rest/src/Routing/ResourceRoutes.php \Drupal\rest\Routing\ResourceRoutes::manager

The plugin manager for REST plugins.

Type: \Drupal\rest\Plugin\Type\ResourcePluginManager

File

core/modules/rest/src/Routing/ResourceRoutes.php, line 24

Class

ResourceRoutes
Subscriber for REST-style routes.

Namespace

Drupal\rest\Routing

Code

protected $manager;