Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我基于 webform 模块为 Drupal 创建了一个不错的扩展。现在,我需要实现同样基于 webform 模块的不同功能。做这个的最好方式是什么?
在您的模块中创建一个钩子或在 Webform 中查找可用的钩子(如果有)。如果您没有创建模块,请创建一个。这是在表单/节点/视图等的任何阶段与 Drupal 交互的最佳方式。
什么是“Drupal 扩展”?从来没有听说过这样的事情。现在,这个问题无法回答,对不起,你需要问一个具体的问题。答案可能是按照 Kevin 的建议编写另一个回调 webform 的模块,但它可能只是一个狡猾的 hook_form_alter。