You are here

devel_node_access.install in Devel 6

Same filename and directory in other branches
  1. 5 devel_node_access.install
  2. 7 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

Namesort descending Description
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