Skip to content
Snippets Groups Projects

Fix docs

Closed Michael Strelan requested to merge issue/drupal-3426217:3426217-class-string into 11.x
1 unresolved thread

Closes #3426217

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • Comment on lines -36 to -41

    Sneaking in a fixup of the mixup of param descriptions. Technically out of scope, but I don't think it makes sense to open a separate issue.

  • Please register or sign in to reply
  • closed

  • Please register or sign in to reply
    Loading