constant DNA_ACCESS_VIEW in Devel 5
Same name and namespace in other branches
- 6 devel_node_access.module \DNA_ACCESS_VIEW
- 7 devel_node_access.module \DNA_ACCESS_VIEW
@file
This module gives developers feedback as to what their node_access table contains, and which nodes are protected or visible to the public.
4 uses of DNA_ACCESS_VIEW
- devel_block in ./
devel.module - Implementation of hook_block().
- devel_node_access_block in ./
devel_node_access.module - devel_node_access_menu in ./
devel_node_access.module - devel_node_access_perm in ./
devel_node_access.module
File
- ./
devel_node_access.module, line 11 - This module gives developers feedback as to what their node_access table contains, and which nodes are protected or visible to the public.
Code
define('DNA_ACCESS_VIEW', 'view devel_node_access information');