Search for publish

  1. Search 9.5.x for publish
  2. Search 8.9.x for publish
  3. Search 10.3.x for publish
  4. Search 11.x for publish
  5. Other projects
Title Object type File name Summary
CommentActionsTestCase::testCommentPublishUnpublishActions function modules/comment/comment.test Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentPublishUnpublishHooks function modules/comment/comment.test Test comment publish and unpublish hooks.
CommentActionsTestCase::testCommentUnpublishByKeyword function modules/comment/comment.test Tests the unpublish comment by keyword action.
comment_count_unpublished function modules/comment/comment.module Returns a menu title which includes the number of unapproved comments.
comment_hook_test_comment_publish function modules/comment/tests/comment_hook_test.module Implements hook_comment_publish().
comment_hook_test_comment_unpublish function modules/comment/tests/comment_hook_test.module Implements hook_comment_unpublish().
COMMENT_NOT_PUBLISHED constant modules/comment/comment.module Comment is awaiting approval.
COMMENT_PUBLISHED constant modules/comment/comment.module Comment is published.
comment_publish_action function modules/comment/comment.module Publishes a comment.
comment_unpublish_action function modules/comment/comment.module Unpublishes a comment.
comment_unpublish_by_keyword_action function modules/comment/comment.module Unpublishes a comment if it contains certain keywords.
comment_unpublish_by_keyword_action_form function modules/comment/comment.module Form builder; Prepare a form for blacklisted keywords.
comment_unpublish_by_keyword_action_submit function modules/comment/comment.module Process comment_unpublish_by_keyword_action_form form submissions.
forum_comment_publish function modules/forum/forum.module Implements hook_comment_publish().
forum_comment_unpublish function modules/forum/forum.module Implements hook_comment_unpublish().
hook_comment_publish function modules/comment/comment.api.php Act on a comment that is being saved in a published state.
hook_comment_unpublish function modules/comment/comment.api.php Act on a comment that is being saved in an unpublished state.
MenuTestCase::testUnpublishedNodeMenuItem function modules/menu/menu.test Tests that menu admin lists can include menu items for unpublished nodes.
NodeCreationTestCase::testUnpublishedNodeCreation function modules/node/node.test Create an unpublished node and confirm correct redirect behavior.
NODE_NOT_PUBLISHED constant modules/node/node.module Node is not published.
NODE_PUBLISHED constant modules/node/node.module Node is published.
node_publish_action function modules/node/node.module Sets the status of a node to 1 (published).
node_unpublish_action function modules/node/node.module Sets the status of a node to 0 (unpublished).
node_unpublish_by_keyword_action function modules/node/node.module Unpublishes a node containing certain keywords.
node_unpublish_by_keyword_action_form function modules/node/node.module Generates settings form for node_unpublish_by_keyword_action().
node_unpublish_by_keyword_action_submit function modules/node/node.module Saves settings form for node_unpublish_by_keyword_action().
search_comment_publish function modules/search/search.module Implements hook_comment_publish().
search_comment_unpublish function modules/search/search.module Implements hook_comment_unpublish().
TrackerTest::testTrackerAdminUnpublish function modules/tracker/tracker.test Tests that publish/unpublish works at admin/content/node.
tracker_comment_publish function modules/tracker/tracker.module Implements hook_comment_publish().
tracker_comment_unpublish function modules/tracker/tracker.module Implements hook_comment_unpublish().
UserCancelTestCase::testUserBlockUnpublish function modules/user/user.test Disable account and unpublish all content.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.