Search for node_access
| Title | Object type | File name | Summary |
|---|---|---|---|
| devel_node_access.api.php | file | ./ |
Hook provided by the Devel Node Access module. |
| devel_node_access.info | file | ./ |
name = Devel node access description = Developer blocks and page illustrating relevant node_access records. package = Development dependencies[] = menu core = 7.x configure = admin/config/development/devel tags[] = developer |
| devel_node_access.install | file | ./ |
Uninstall function for Devel node access. |
| devel_node_access.module | file | ./ |
Functions for debugging node access permissions. |
| devel_node_access_admin_settings | function | ./ |
Form constructor for Devel node access settings. |
| devel_node_access_block_info | function | ./ |
Implements hook_block_info(). |
| devel_node_access_block_view | function | ./ |
Implements hook_block_view(). |
| devel_node_access_form_alter | function | ./ |
Implements hook_form_alter(). |
| devel_node_access_help | function | ./ |
Implements hook_help(). |
| devel_node_access_menu | function | ./ |
Implements hook_menu(). |
| devel_node_access_node_access_explain | function | ./ |
Implements hook_node_access_explain(). |
| devel_node_access_node_view | function | ./ |
Implements hook_node_view(). |
| devel_node_access_permission | function | ./ |
Implements hook_permission(). |
| devel_node_access_theme | function | ./ |
Implements hook_theme(). |
| devel_node_access_uninstall | function | ./ |
Implements hook_uninstall(). |
| devel_node_access_user_ajax | function | ./ |
Page callback for node access by user block ajax. |
| hook_node_access_acknowledge | function | ./ |
Acknowledge ownership of 'alien' grant records. |
| hook_node_access_explain | function | ./ |
Explain your records in the {node_access} table. |
| README_devel_node_access.txt | file | ./ |
README ====== This module contains tools for developers using access control modules to restrict access to some nodes. It is intended to help catch some common mistakes and provide feedback to confirm that restricted nodes are in fact visible only… |
| _devel_node_access_build_nar_data | function | ./ |
Builds an associative array of grant records and their history. |
| _devel_node_access_explain_access | function | ./ |
Helper function that mimicks node.module's node_access() function. |
| _devel_node_access_format_row | function | ./ |
Applies common formatting to a debug-mode table row. |
| _devel_node_access_get_grant_list | function | ./ |
Creates a list of the grants returned by hook_node_grants(). |
| _devel_node_access_get_node_title | function | ./ |
Return a sanitized node title. |
| _devel_node_access_module_invoke_all | function | ./ |
Invokes a hook. |
| _devel_node_access_nar_alter | function | ./ |
Mimics hook_node_access_records_alter() and traces what each module does with it. |
| _devel_node_access_ng_alter | function | ./ |
Mimics hook_node_grants_alter() and traces what each module does with it. |