php 更改实现挂钩的模块的注册表。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 更改实现挂钩的模块的注册表。相关的知识,希望对你有一定的参考价值。

<?php

/**
 * Implements hook_language_switch_links_alter().
 */
function hook_module_implements_alter(&$implementations, $hook) { 
  // Alter the registry of modules implementing a hook.
}

以上是关于php 更改实现挂钩的模块的注册表。的主要内容,如果未能解决你的问题,请参考以下文章

php Processwire登录注册挂钩

PHP 确保Drupal模块中的挂钩在其他模块之前运行。

Git 预提交挂钩:更改/添加的文件

如何挂钩 ios 连接更改

SocialEngine - 在注册过程完成之前挂钩

需要有关 drupal、ubercart 和产品加载模块挂钩的帮助