Fix docs
1 unresolved thread
1 unresolved thread
Closes #3426217
Merge request reports
Activity
added 4 commits
-
ae97f37b...eb10b686 - 3 commits from branch
project:11.x
- 22702df4 - Fix docs
-
ae97f37b...eb10b686 - 3 commits from branch
33 33 * The human-readable name of the REST resource plugin. 34 34 * @param string|null $serialization_class 35 35 * (optional) The serialization class to deserialize serialized data into. 36 * @param string|null $deriver 36 * @param class-string|null $deriver 37 * (optional) The deriver class for the rest resource. 38 * @param array $uri_paths 37 39 * (optional) The URI paths that this REST resource plugin provides. 38 40 * - key: The link relation type plugin ID. 39 41 * - value: The URL template. 40 * @param array $uri_paths 41 * (optional) The deriver class for the rest resource.
Please register or sign in to reply