You are here

service plugin.manager.rest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/rest.services.yml \plugin.manager.rest
  2. 9 core/modules/rest/rest.services.yml \plugin.manager.rest

Class

Drupal\rest\Plugin\Type\ResourcePluginManager
3 string references to plugin.manager.rest
ResourceTest::testUriPaths in core/modules/rest/tests/src/Functional/ResourceTest.php
Tests that resource URI paths are formatted properly.
RestPermissions::create in core/modules/rest/src/RestPermissions.php
RestResourceConfig::getResourcePluginManager in core/modules/rest/src/Entity/RestResourceConfig.php
Returns the resource plugin manager.

File

core/modules/rest/rest.services.yml
core/modules/rest/rest.services.yml

View source
  1. class: Drupal\rest\Plugin\Type\ResourcePluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'