public property RestResource::$uri_paths in Drupal 9
Same name and namespace in other branches
- 8 core/modules/rest/src/Annotation/RestResource.php \Drupal\rest\Annotation\RestResource::uri_paths
- 10 core/modules/rest/src/Annotation/RestResource.php \Drupal\rest\Annotation\RestResource::uri_paths
The URI paths that this REST resource plugin provides.
Key-value pairs, with link relation type plugin IDs as keys, and URL templates as values.
Type: string[]
See also
core/core.link_relation_types.yml
File
- core/
modules/ rest/ src/ Annotation/ RestResource.php, line 60
Class
- RestResource
- Defines a REST resource annotation object.
Namespace
Drupal\rest\AnnotationCode
public $uri_paths = [];