Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ForumController::forumPage function core/modules/forum/src/Controller/ForumController.php Returns forum page for a given forum.
ForumController::__construct function core/modules/forum/src/Controller/ForumController.php Constructs a ForumController object.
ForumForm class core/modules/forum/src/Form/ForumForm.php Base form for forum term edit forms.
ForumForm.php file core/modules/forum/src/Form/ForumForm.php
ForumForm::$forumFormType property core/modules/forum/src/Form/ForumForm.php Reusable type field to use in status messages.
ForumForm::$urlStub property core/modules/forum/src/Form/ForumForm.php Reusable url stub to use in watchdog messages.
ForumForm::actions function core/modules/forum/src/Form/ForumForm.php
ForumForm::buildEntity function core/modules/forum/src/Form/ForumForm.php
ForumForm::form function core/modules/forum/src/Form/ForumForm.php
ForumForm::forumParentSelect function core/modules/forum/src/Form/ForumForm.php Returns a select box for available parent terms.
ForumForm::save function core/modules/forum/src/Form/ForumForm.php
ForumIndexStorage class core/modules/forum/src/ForumIndexStorage.php Handles CRUD operations to {forum_index} table.
ForumIndexStorage.php file core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::$database property core/modules/forum/src/ForumIndexStorage.php The active database connection.
ForumIndexStorage::create function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::createIndex function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::delete function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::deleteIndex function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::deleteRevision function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::getOriginalTermId function core/modules/forum/src/ForumIndexStorage.php
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

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