Issue #2218319 by hellboy2k8, longwave: Clarify parameter in DefaultPluginManager::alterInfo() docs

8.0.x
Jennifer Hodgdon 2014-03-20 07:22:13 -07:00
parent 46a70fb30b
commit 7532347fae
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ class DefaultPluginManager extends PluginManagerBase implements PluginManagerInt
* Initializes the alter hook.
*
* @param string $alter_hook
* Name of the alter hook.
* Name of the alter hook; for example, to invoke
* hook_mymodule_data_alter() pass in "mymodule_data".
*/
protected function alterInfo($alter_hook) {
$this->alterHook = $alter_hook;