You are here

protected property EntityResource::$linkRelationTypeManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/src/Plugin/rest/resource/EntityResource.php \Drupal\rest\Plugin\rest\resource\EntityResource::linkRelationTypeManager
  2. 9 core/modules/rest/src/Plugin/rest/resource/EntityResource.php \Drupal\rest\Plugin\rest\resource\EntityResource::linkRelationTypeManager

The link relation type manager used to create HTTP header links.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

core/modules/rest/src/Plugin/rest/resource/EntityResource.php, line 68

Class

EntityResource
Represents entities as resources.

Namespace

Drupal\rest\Plugin\rest\resource

Code

protected $linkRelationTypeManager;