You are here

Functions in Publish Content 6

Primary tabs

Namesort descending Location Description Direct uses Strings
publishcontent_config_form ./publishcontent.admin.inc @file Contains page callbacks for publishcontent 1
publishcontent_form_alter ./publishcontent.module Implements of hook_form_alter().
publishcontent_menu ./publishcontent.module Implements of hook_menu().
publishcontent_perm ./publishcontent.module Implements hook_perm().
publishcontent_security_token_to_arg ./publishcontent.module Used to append a security token to prevent XSS.
publishcontent_tab_load ./publishcontent.module Decide to show the (un)publish tab or not.
publishcontent_toggle_status ./publishcontent.module Menu callback node/%/publish/% and node/%/unpublish/% 1
publishcontent_update_6001 ./publishcontent.install
publishcontent_views_data_alter ./publishcontent.module Implements views_data_alter() to add items to the node table that are relevant to publishcontent.
publishcontent_views_handlers ./publishcontent.module Implements hook_views_handlers().
_publishcontent_get_message ./publishcontent.module Helper function to generate user feedback after status toggle. 3
_publishcontent_publish_access ./publishcontent.module Access callback for publish action. Only allow access based on permissions and current node status = unpublished 2 1
_publishcontent_unpublish_access ./publishcontent.module Access callback for unpublish action. Only allow access based on permissions and current node status = published 2 1
_publishcontent_view_access ./publishcontent.module DEPRECATED: This function will be going away. publish_content_menu_alter was using this function. Leaving in place to avoid fatal errors due to outdated menu cache.

Other projects