Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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 class core/modules/forum/tests/src/Kernel/ForumIndexTest.php Defines a class for testing the forum_index table.
ForumIndexTest.php file core/modules/forum/tests/src/Kernel/ForumIndexTest.php
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::$modules property core/modules/forum/tests/src/Kernel/ForumIndexTest.php Modules to install.
ForumIndexTest::setUp function core/modules/forum/tests/src/Kernel/ForumIndexTest.php
ForumIndexTest::setUp function core/modules/forum/tests/src/Functional/ForumIndexTest.php
ForumIndexTest::testForumIndexIndex function core/modules/forum/tests/src/Kernel/ForumIndexTest.php Tests there's a primary key on the forum_index table.
ForumIndexTest::testForumIndexStatus function core/modules/forum/tests/src/Functional/ForumIndexTest.php Tests the forum index for published and unpublished nodes.
ForumIndexUpdateTest class core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php Tests addition of the forum_index primary key.
ForumIndexUpdateTest.php file core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php
ForumIndexUpdateTest::setDatabaseDumpFiles function core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php Set database dump files to be used.
ForumIndexUpdateTest::testUpdatePath function core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php Tests the update path to add the new primary key.
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
@group legacy
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.

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