devel_node_access.install

Same filename in other branches
  1. 7.x-1.x devel_node_access.install

This module gives developers feedback as to what their node_access table contains, and which nodes are protected or visible to the public.

File

./devel_node_access.install

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