You are here

Functions in Protected Node 5

Primary tabs

Namesort descending Location Description Direct uses Strings
protected_node_admin_settings ./protected_node.module Define the settings form 1
protected_node_disabling ./protected_node.module Simple function to make sure we don't respond with grants when disabling ourselves.
protected_node_enterpassword ./protected_node.module 1
protected_node_enterpassword_submit ./protected_node.module
protected_node_enterpassword_validate ./protected_node.module
protected_node_file_download ./protected_node.module Implementation of hook_file_download(). @link http://api.drupal.org/api/function/hook_file_download/5
protected_node_form_alter ./protected_node.module Implementation of hook_form_alter(). @link http://api.drupal.org/api/function/hook_form_alter/5
protected_node_help ./protected_node.module Implementation of hook_help(). @link http://api.drupal.org/api/function/hook_help/5
protected_node_install ./protected_node.install Implementation of hook_install()
protected_node_isset_protected ./protected_node.module This method determines the protected flag status for the given node id. 2
protected_node_menu ./protected_node.module Implementation of hook_menu(). @link http://api.drupal.org/api/function/hook_menu/5
protected_node_nodeapi ./protected_node.module Implementation of hook_nodeapi(). @link http://api.drupal.org/api/function/hook_nodeapi/5
protected_node_perm ./protected_node.module Implementation of hook_perm(). @link http://api.drupal.org/api/function/hook_perm/5 1
protected_node_requirements ./protected_node.module Implementation of hook_requirements(). Checks for at least role who has access to protected node functionality. @link http://api.drupal.org/api/function/hook_requirements/5
protected_node_set_protected ./protected_node.module Sets the given node to protected with the provided password. The password cannot be empty. 1
protected_node_uninstall ./protected_node.install Implementation of hook_uninstall()
protected_node_unset_protected ./protected_node.module This method removes the protected flag from the specified node. If the node wasn't protected this method returns FALSE. 1
protected_node_update_1 ./protected_node.install Implementation of hook_update_N()
protected_node_update_2 ./protected_node.install Implementation of hook_update_N()
protected_node_update_3 ./protected_node.install Implementation of hook_update_N()
protected_node_update_4 ./protected_node.install Implementation of hook_update-N()
protected_node_views_tables ./protected_node.views.inc
_protected_node_hidden_form ./protected_node.views.inc 1

Other projects