检测新的 Drupal 模块中启用了哪些其他模块

发布于 2024-08-07 02:43:50 字数 131 浏览 6 评论 0原文

我正在创建一个 Drupal 模块,它不一定依赖于其他模块,但可以提供其他选项,例如,如果启用了 Path 模块。

我想知道但似乎无法通过搜索找到的是是否可以检测当前从另一个模块启用了哪些模块,以便该模块可以提供使用这些模块的选项?

I'm creating a Drupal module which doesn't necessarily depend on other modules, but could offer other options if, for example, the Path module is enabled.

What I'd like to know, and can't seem to find by searching, is whether it is possible to detect which modules are currently enabled from another module so that that module can offer options which use those modules?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狂之美人 2024-08-14 02:43:50

您还可以这样检查:

if(function_exists('a_function_you_know_the_module_provides')) { }

You can also check like this:

if(function_exists('a_function_you_know_the_module_provides')) { }
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文