Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ForumIndexStorage::read function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::update function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::updateIndex function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::__construct function core/modules/forum/src/ForumIndexStorage.php Constructs a ForumIndexStorage object.
ForumIndexStorageInterface interface core/modules/forum/src/ForumIndexStorageInterface.php Handles CRUD operations to {forum_index} table.
ForumIndexStorageInterface.php file core/modules/forum/src/ForumIndexStorageInterface.php
ForumIndexStorageInterface::create function core/modules/forum/src/ForumIndexStorageInterface.php Creates a record in {forum} table for the given node.
ForumIndexStorageInterface::createIndex function core/modules/forum/src/ForumIndexStorageInterface.php Creates a {forum_index} entry for the given node.
ForumIndexStorageInterface::delete function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for the given node.
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
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
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
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
ForumListingBreadcrumbBuilder::build function core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php
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::$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::$lastPostData property core/modules/forum/src/ForumManager.php Array of last post information keyed by forum (term) id.
ForumManager::getForumStatistics function core/modules/forum/src/ForumManager.php Provides statistics for a forum.
ForumManager::getLastPost function core/modules/forum/src/ForumManager.php Provides the last post information for the given forum tid.

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