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