Issue #2218319 by hellboy2k8, longwave: Clarify parameter in DefaultPluginManager::alterInfo() docs
parent
46a70fb30b
commit
7532347fae
|
@ -154,7 +154,8 @@ class DefaultPluginManager extends PluginManagerBase implements PluginManagerInt
|
||||||
* Initializes the alter hook.
|
* Initializes the alter hook.
|
||||||
*
|
*
|
||||||
* @param string $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) {
|
protected function alterInfo($alter_hook) {
|
||||||
$this->alterHook = $alter_hook;
|
$this->alterHook = $alter_hook;
|
||||||
|
|
Loading…
Reference in New Issue