Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
ForumIndexStorageInterface::deleteIndex function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the {forum_index} records for a given node.
ForumIndexStorageInterface::deleteRevision function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for a given node revision.
ForumIndexStorageInterface::getOriginalTermId function core/modules/forum/src/ForumIndexStorageInterface.php Returns the forum term id associated with an existing forum node.
ForumIndexStorageInterface::read function core/modules/forum/src/ForumIndexStorageInterface.php Reads an array of {forum} records for the given revision ids.
ForumIndexStorageInterface::update function core/modules/forum/src/ForumIndexStorageInterface.php Updates the {forum} table for the given node.
ForumIndexStorageInterface::updateIndex function core/modules/forum/src/ForumIndexStorageInterface.php Updates the {forum_index} records for a given node.
ForumIndexTest class core/modules/forum/tests/src/Functional/ForumIndexTest.php Tests the forum index listing.
ForumIndexTest.php file core/modules/forum/tests/src/Functional/ForumIndexTest.php
ForumIndexTest::$defaultTheme property core/modules/forum/tests/src/Functional/ForumIndexTest.php The theme to install as the default for testing.
ForumIndexTest::$modules property core/modules/forum/tests/src/Functional/ForumIndexTest.php Modules to enable.
ForumIndexTest::setUp function core/modules/forum/tests/src/Functional/ForumIndexTest.php
ForumIndexTest::testForumIndexStatus function core/modules/forum/tests/src/Functional/ForumIndexTest.php Tests the forum index for published and unpublished nodes.
ForumIntegrationTest class core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php Tests the forum integration into views.
ForumIntegrationTest.php file core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php
ForumIntegrationTest::$defaultTheme property core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php The theme to install as the default for testing.
ForumIntegrationTest::$modules property core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php Modules to enable.
ForumIntegrationTest::$testViews property core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php Views used by this test.
ForumIntegrationTest::setUp function core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php Sets up the test.
ForumIntegrationTest::testForumIntegration function core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php Tests the integration.
ForumLeafConstraint class core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php Checks that the node is assigned only a "leaf" term in the forum taxonomy.
ForumLeafConstraint.php file core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php
ForumLeafConstraint::$noLeafMessage property core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php
ForumLeafConstraint::$selectForum property core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php
ForumLeafConstraintValidator class core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php Validates the ForumLeaf constraint.
ForumLeafConstraintValidator.php file core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php
ForumLeafConstraintValidator::validate function core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php
ForumListingBreadcrumbBuilder class core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php Provides a breadcrumb builder base class for forum listing pages.
ForumListingBreadcrumbBuilder.php file core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php
ForumListingBreadcrumbBuilder::applies function core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php Whether this breadcrumb builder should be used to build the breadcrumb.
ForumListingBreadcrumbBuilder::build function core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php Builds the breadcrumb.
ForumListingBreadcrumbBuilderTest class core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php @coversDefaultClass \Drupal\forum\Breadcrumb\ForumListingBreadcrumbBuilder[[api-linebreak]]
@group forum
ForumListingBreadcrumbBuilderTest.php file core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php
ForumListingBreadcrumbBuilderTest::providerTestApplies function core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php Provides test data for testApplies().
ForumListingBreadcrumbBuilderTest::setUp function core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php
ForumListingBreadcrumbBuilderTest::testApplies function core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php Tests ForumListingBreadcrumbBuilder::applies().
ForumListingBreadcrumbBuilderTest::testBuild function core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php Tests ForumListingBreadcrumbBuilder::build().
ForumManager class core/modules/forum/src/ForumManager.php Provides forum manager service.
ForumManager.php file core/modules/forum/src/ForumManager.php
ForumManager::$commentManager property core/modules/forum/src/ForumManager.php The comment manager service.
ForumManager::$configFactory property core/modules/forum/src/ForumManager.php Forum settings config object.
ForumManager::$connection property core/modules/forum/src/ForumManager.php Database connection.
ForumManager::$entityFieldManager property core/modules/forum/src/ForumManager.php Entity field manager.
ForumManager::$entityTypeManager property core/modules/forum/src/ForumManager.php Entity type manager.
ForumManager::$forumChildren property core/modules/forum/src/ForumManager.php Array of forum children keyed by parent forum (term) id.
ForumManager::$forumStatistics property core/modules/forum/src/ForumManager.php Array of forum statistics keyed by forum (term) id.
ForumManager::$history property core/modules/forum/src/ForumManager.php Array of history keyed by nid.
ForumManager::$index property core/modules/forum/src/ForumManager.php Cached forum index.
ForumManager::$lastPostData property core/modules/forum/src/ForumManager.php Array of last post information keyed by forum (term) id.
ForumManager::checkNodeType function core/modules/forum/src/ForumManager.php Checks whether a node can be used in a forum, based on its content type.
ForumManager::getChildren function core/modules/forum/src/ForumManager.php Utility method to fetch the child forums for a given forum.

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