修改在 Drupal 中生成公开表单元素的查询
我想通过修改生成它的查询来更改视图中的下拉过滤器。我不想在填充数据后修改表单值,因为它是一个巨大的列表。
是否有像此视图查询修饰符这样的挂钩用于公开的过滤器生成查询?
function MYMODULE_views_query_alter(&$view, &$query)
谢谢!
I would like to change the dropdown filter in a view, by modifying the query that generates it. I do not want to modify the form values after they got pouplated with data already, because it is huge list.
Is there a hook like this view-query modifier for the exposed filter generation query?
function MYMODULE_views_query_alter(&$view, &$query)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论