An error occurred while fetching the assigned milestone of the selected merge_request.
Correct references to removed hook_archiver_info()
1 unresolved thread
1 unresolved thread
Closes #3454891
Merge request reports
Activity
added 158 commits
-
93cc4ced...a220b008 - 157 commits from branch
project:11.x
- 2eb2c89f - update docs
-
93cc4ced...a220b008 - 157 commits from branch
- Resolved by Jess
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
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
- Resolved by Jess
added 884 commits
-
a0e0bd9c...c6bc6ebf - 880 commits from branch
project:11.x
- bdaa9f77 - update docs
- b5cedc73 - Apply 1 suggestion(s) to 1 file(s)
- 92883312 - Apply 1 suggestion(s) to 1 file(s)
- abb0bebf - update
Toggle commit list-
a0e0bd9c...c6bc6ebf - 880 commits from branch
Please register or sign in to reply