Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 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
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
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
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
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

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