devel_node_access.install
Same filename in other branches
This module gives developers feedback as to what their node_access table contains, and which nodes are protected or visible to the public.
File
View source
<?php
/**
* @file
* This module gives developers feedback as to what their
* node_access table contains, and which nodes are protected or
* visible to the public.
*/
function devel_node_access_install() {
}
function devel_node_access_uninstall() {
variable_del('devel_node_access_debug_mode');
}
Functions
Title | Deprecated | Summary |
---|---|---|
devel_node_access_install | @file This module gives developers feedback as to what their node_access table contains, and which nodes are protected or visible to the public. | |
devel_node_access_uninstall |