Skip to content
Snippets Groups Projects
Commit f854613f authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1933954 by Alexander Pyle: Fix up documentation for return value of hook_requirements

parent ba644cdc
No related branches found
No related tags found
No related merge requests found
......@@ -3006,8 +3006,9 @@ function hook_file_url_alter(&$uri) {
* status report page.
*
* @return
* A keyed array of requirements. Each requirement is itself an array with
* the following items:
* An associative array where the keys are arbitrary but must be unique (it
* is suggested to use the module short name as a prefix) and the values are
* themselves associative arrays with the following elements:
* - title: The name of the requirement.
* - value: The current value (e.g., version, time, level, etc). During
* install phase, this should only be used for version numbers, do not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment