Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1fc2ac33
Commit
1fc2ac33
authored
Oct 11, 2012
by
Jennifer Hodgdon
Browse files
Issue
#1803194
by alextataurov: Add return docs for module_hook_info() function
parent
ec803922
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/module.inc
View file @
1fc2ac33
...
...
@@ -867,7 +867,14 @@ function module_implements_reset() {
}
/**
* Retrieves a list of what hooks are explicitly declared.
* Retrieves a list of hooks that are declared through hook_hook_info().
*
* @return
* An associative array whose keys are hook names and whose values are an
* associative array containing a group name. The structure of the array
* is the same as the return value of hook_hook_info().
*
* @see hook_hook_info()
*/
function
module_hook_info
()
{
// When this function is indirectly invoked from bootstrap_invoke_all() prior
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment