Can you Control the Order of Hooks quot;Firingquot; in Drupal?(你能控制钩子的顺序“射击吗?在 Drupal 中?)
问题描述
如果两个模块在 Drupal 中实现了相同的钩子,系统是否有办法定义钩子函数的调用顺序,还是只是绘制/字母顺序的运气?或者是其他东西?或者我的问题是否表明我以某种基本方式误解了 hooks,让我看起来很愚蠢?
If two modules implement the same hook in Drupal, does the system have a way to define which order the hook functions are called, or is it just luck of the draw/alphabetical ordering? Or something else? Or does my question show I misunderstand hooks in some fundamental way that makes me look dumb?
推荐答案
顺序是根据系统表中模块的权重设置确定的.如果两个模块的权重相同,则按字母顺序排列.
The order is determined based on the weight setting for the module in the system table. If two modules have the same weight, the order is alphabetical.
这篇关于你能控制钩子的顺序“射击"吗?在 Drupal 中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:你能控制钩子的顺序“射击"吗?在 Drupal 中?


基础教程推荐
- 使用 PDO 转义列名 2021-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01