You are here

Functions in Anonymous Publishing 5

Primary tabs

Namesort descending Location Description Direct uses Strings
anonymous_publishing_activate ./anonymous_publishing.module Page callback; activate a node published anonymously. This is the page callback of the links sent to the user by email to activate the node. 1
anonymous_publishing_admin_settings ./anonymous_publishing.module Page callback; Provide module settings page. 1
anonymous_publishing_content_type_allowed ./anonymous_publishing.module Check if the content type can be published anonymously. 2
anonymous_publishing_form_alter ./anonymous_publishing.module Implementation of hook_form_alter().
anonymous_publishing_install ./anonymous_publishing.install @file Installation file for the anonymous_publishing module.
anonymous_publishing_menu ./anonymous_publishing.module Implementation of hook_menu().
anonymous_publishing_nodeapi ./anonymous_publishing.module Implementation of hook_node_api().
anonymous_publishing_node_access_records ./anonymous_publishing.module Implementation of hook_node_access_records().
anonymous_publishing_node_grants ./anonymous_publishing.module Implementation of hook_node_grants().
anonymous_publishing_uninstall ./anonymous_publishing.install
anonymous_publishing_views_handler_filter_activated ./anonymous_publishing.module 1
anonymous_publishing_views_tables ./anonymous_publishing.module Views integration.
_anonymous_publishing_email_text ./anonymous_publishing.module Helper function; return email subject and body. If admin settings are set, return the overrided settings, else return defaults. 2
_anonymous_publishing_node_form ./anonymous_publishing.module Helper function to make node form alterations to add the anonymous publishing feature. 1
_anonymous_publishing_node_insert ./anonymous_publishing.module Node API insert helper. 1
_anonymous_publishing_node_submit ./anonymous_publishing.module Node API submit helper. 1

Other projects