Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ForumIndexTestCase::testForumIndexStatus | function | modules/ |
Tests the forum index for published and unpublished nodes. |
| forums.tpl.php | file | modules/ |
Displays a forum. |
| ForumTestCase | class | modules/ |
Provides automated tests for the Forum module. |
| ForumTestCase::$admin_user | property | modules/ |
A user with various administrative privileges. |
| ForumTestCase::$container | property | modules/ |
An array representing a container. |
| ForumTestCase::$delete_forum | property | modules/ |
A forum to delete. |
| ForumTestCase::$edit_any_topics_user | property | modules/ |
A user that can create, edit, and delete forum topics. |
| ForumTestCase::$edit_own_topics_user | property | modules/ |
A user that can create forum topics and edit its own topics. |
| ForumTestCase::$forum | property | modules/ |
An array representing a forum. |
| ForumTestCase::$nids | property | modules/ |
An array of forum topic node IDs. |
| ForumTestCase::$root_forum | property | modules/ |
An array representing a root forum. |
| ForumTestCase::$web_user | property | modules/ |
A user with no special privileges. |
| ForumTestCase::createForum | function | modules/ |
Creates a forum container or a forum. |
| ForumTestCase::createForumTopic | function | modules/ |
Creates forum topic. |
| ForumTestCase::deleteForum | function | modules/ |
Deletes a forum. |
| ForumTestCase::doAdminTests | function | modules/ |
Runs admin tests on the admin user. |
| ForumTestCase::doBasicTests | function | modules/ |
Runs basic tests on the indicated user. |
| ForumTestCase::editForumTaxonomy | function | modules/ |
Edits the forum taxonomy. |
| ForumTestCase::generateForumTopics | function | modules/ |
Generates forum topics to test the display of an active forum block. |
| ForumTestCase::getInfo | function | modules/ |
|
| ForumTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ForumTestCase::testAddOrphanTopic | function | modules/ |
Tests that forum nodes can't be added without a parent. |
| ForumTestCase::testEnableForumField | function | modules/ |
Tests disabling and re-enabling the Forum module. |
| ForumTestCase::testForum | function | modules/ |
Tests forum functionality through the admin and user interfaces. |
| ForumTestCase::verifyForums | function | modules/ |
Verifies that the logged in user has access to a forum nodes. |
| ForumTestCase::verifyForumView | function | modules/ |
Verifies display of forum page. |
| ForumTestCase::viewForumTopics | function | modules/ |
Views forum topics to test the display of an active forum block. |
| ForumUpgradePathTestCase | class | modules/ |
Upgrade test for forum.module. |
| ForumUpgradePathTestCase::getInfo | function | modules/ |
|
| ForumUpgradePathTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
| ForumUpgradePathTestCase::testForumUpgrade | function | modules/ |
Test a successful upgrade (no negotiation). |
| forum_admin_settings | function | modules/ |
Form constructor for the forum settings page. |
| forum_block_configure | function | modules/ |
Implements hook_block_configure(). |
| forum_block_info | function | modules/ |
Implements hook_block_info(). |
| forum_block_save | function | modules/ |
Implements hook_block_save(). |
| forum_block_view | function | modules/ |
Implements hook_block_view(). |
| forum_block_view_pre_render | function | modules/ |
Render API callback: Lists nodes based on the element's #query property. |
| forum_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
| forum_comment_publish | function | modules/ |
Implements hook_comment_publish(). |
| forum_comment_unpublish | function | modules/ |
Implements hook_comment_unpublish(). |
| forum_comment_update | function | modules/ |
Implements hook_comment_update(). |
| forum_confirm_delete | function | modules/ |
Form constructor for confirming deletion of a forum taxonomy term. |
| forum_confirm_delete_submit | function | modules/ |
Form submission handler for forum_confirm_delete(). |
| forum_enable | function | modules/ |
Implements hook_enable(). |
| forum_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
| forum_field_storage_pre_insert | function | modules/ |
Implements hook_field_storage_pre_insert(). |
| forum_field_storage_pre_update | function | modules/ |
Implements hook_field_storage_pre_update(). |
| forum_form | function | modules/ |
Implements hook_form(). |
| forum_form_container | function | modules/ |
Form constructor for adding and editing forum containers. |
| forum_form_forum | function | modules/ |
Form constructor for adding and editing a forum. |
Pagination
- Previous page
- Page 97
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.