Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
ForumIndexStorage::createIndex function core/modules/forum/src/ForumIndexStorage.php Creates a {forum_index} entry for the given node.
ForumIndexStorage::delete function core/modules/forum/src/ForumIndexStorage.php Deletes the records in {forum} table for the given node.
ForumIndexStorage::deleteIndex function core/modules/forum/src/ForumIndexStorage.php Deletes the {forum_index} records for a given node.
ForumIndexStorage::deleteRevision function core/modules/forum/src/ForumIndexStorage.php Deletes the records in {forum} table for a given node revision.
ForumIndexStorage::getOriginalTermId function core/modules/forum/src/ForumIndexStorage.php Returns the forum term id associated with an existing forum node.
ForumIndexStorage::read function core/modules/forum/src/ForumIndexStorage.php Reads an array of {forum} records for the given revision ids.
ForumIndexStorage::update function core/modules/forum/src/ForumIndexStorage.php Updates the {forum} table for the given node.
ForumIndexStorage::updateIndex function core/modules/forum/src/ForumIndexStorage.php Updates the {forum_index} records for a given node.
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.
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
ForumManager::$configFactory property core/modules/forum/src/ForumManager.php Forum settings config object.
ForumManager::$history property core/modules/forum/src/ForumManager.php Array of history keyed by nid.
ForumManager::getTopicOrder function core/modules/forum/src/ForumManager.php Gets topic sorting information based on an integer code.
ForumManager::getTopics function core/modules/forum/src/ForumManager.php Gets list of forum topics.
ForumManager::unreadTopics function core/modules/forum/src/ForumManager.php Calculates the number of new posts in a forum that the user has not yet read.
ForumManagerInterface::getTopics function core/modules/forum/src/ForumManagerInterface.php Gets list of forum topics.
ForumManagerInterface::unreadTopics function core/modules/forum/src/ForumManagerInterface.php Calculates the number of new posts in a forum that the user has not yet read.
ForumTest::$editAnyTopicsUser property core/modules/forum/tests/src/Functional/ForumTest.php A user that can create, edit, and delete forum topics.
ForumTest::$editOwnTopicsUser property core/modules/forum/tests/src/Functional/ForumTest.php A user that can create forum topics and edit its own topics.
ForumTest::createForumTopic function core/modules/forum/tests/src/Functional/ForumTest.php Creates a forum topic.
ForumTest::generateForumTopics function core/modules/forum/tests/src/Functional/ForumTest.php Generates forum topics.
ForumTest::testAddOrphanTopic function core/modules/forum/tests/src/Functional/ForumTest.php Tests that forum nodes can't be added without a parent.
ForumTest::testForumTopicButton function core/modules/forum/tests/src/Functional/ForumTest.php Evaluate whether "Add new Forum topic" button is present or not.
ForumUninstallTest::testForumUninstallWithoutFieldStorage function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests uninstallation if the field storage has been deleted beforehand.
ForumUninstallValidator class core/modules/forum/src/ForumUninstallValidator.php Prevents forum module from being uninstalled under certain conditions.
ForumUninstallValidator class core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Provides a proxy class for \Drupal\forum\ForumUninstallValidator.
ForumUninstallValidator.php file core/modules/forum/src/ProxyClass/ForumUninstallValidator.php
ForumUninstallValidator.php file core/modules/forum/src/ForumUninstallValidator.php
ForumUninstallValidator::$configFactory property core/modules/forum/src/ForumUninstallValidator.php The config factory.
ForumUninstallValidator::$container property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The service container.
ForumUninstallValidator::$drupalProxyOriginalServiceId property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The id of the original proxied service.
ForumUninstallValidator::$entityTypeManager property core/modules/forum/src/ForumUninstallValidator.php The entity type manager.
ForumUninstallValidator::$service property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The real proxied service, after it was lazy loaded.
ForumUninstallValidator::getForumVocabulary function core/modules/forum/src/ForumUninstallValidator.php Returns the vocabulary configured for forums.
ForumUninstallValidator::hasForumNodes function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any forum nodes or not.
ForumUninstallValidator::hasTermsForVocabulary function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any taxonomy terms for a specified vocabulary.
ForumUninstallValidator::lazyLoadItself function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Lazy loads the real service from the container.

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