Skip to content
Snippets Groups Projects

Correct references to removed hook_archiver_info()

Closed quietone requested to merge issue/drupal-3454891:3454891-correct-references-to into 11.x
1 unresolved thread

Closes #3454891

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
  • Jess resolved all threads

    resolved all threads

  • Jess added 1 commit

    added 1 commit

    • 3197964a - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • 133 133 /**
    134 134 * Alter archiver information declared by other modules.
    135 135 *
    136 * See hook_archiver_info() for a description of archivers and the archiver
    137 * information structure.
    138 *
    139 136 * @param $info
    140 * Archiver information to alter (return values from hook_archiver_info()).
    137 * An associative array of archivers keyed but archiver ID. Each value
    138 * consists of the plugin definition and meta information. The meta
    139 * information such as 'class' and 'provider' are added during the discovery
    140 * phase.
    • Comment on lines +138 to +140
      Maintainer

      This could use clarification. What does it mean for values to "consist of the plugin definition and meta information"? What is the array structure? Having a specific example of the structure of each element would help, also. We could check and see if the old hook ever had those docs.

      There's also a bit of a grammatical oddity with "The meta information such as 'class' and 'provider'." Are these array keys for a child array?

      Edited by Jess
    • Please register or sign in to reply
  • Jess
  • Jess added 1 commit

    added 1 commit

    • a0e0bd9c - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • quietone added 884 commits

    added 884 commits

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading