标签: drupal drupal-7 drupal-hooks
我试图使用hook_field_access检查用户是否具有编辑某些字段的权限。问题是即使返回false,也不会拒绝访问。
function applx_field_access($op, $field, $entity_type, $entity, $account){ return FALSE; }
答案 0 :(得分:0)
试试这个:
fetchColumn()