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.
我想向 body_classes_array 添加一个 css 类,就好像我正在使用 template_preprocess_page 来更改 &$vars,但我想通过 hook_menu() 页面回调来完成。
甚至有可能做到吗?
不,不可能为此使用 hook_menu 。您可以使用它来创建菜单项。
drupal 使用的钩子系统旨在让您对每个钩子执行非常具体的操作。