Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ForumManager::$forumStatistics | property | core/ |
Array of forum statistics keyed by forum (term) id. |
| ForumManager::$history | property | core/ |
Array of history keyed by nid. |
| ForumManager::$index | property | core/ |
Cached forum index. |
| ForumManager::$lastPostData | property | core/ |
Array of last post information keyed by forum (term) id. |
| ForumManager::checkNodeType | function | core/ |
Checks whether a node can be used in a forum, based on its content type. |
| ForumManager::getChildren | function | core/ |
Utility method to fetch the child forums for a given forum. |
| ForumManager::getForumStatistics | function | core/ |
Provides statistics for a forum. |
| ForumManager::getIndex | function | core/ |
Generates and returns the forum index. |
| ForumManager::getLastPost | function | core/ |
Provides the last post information for the given forum tid. |
| ForumManager::getTopicOrder | function | core/ |
Gets topic sorting information based on an integer code. |
| ForumManager::getTopics | function | core/ |
Gets list of forum topics. |
| ForumManager::lastVisit | function | core/ |
Gets the last time the user viewed a node. |
| ForumManager::LEAST_POPULAR_FIRST | constant | core/ |
Forum sort order, posts with the least comments first. |
| ForumManager::MOST_POPULAR_FIRST | constant | core/ |
Forum sort order, posts with most comments first. |
| ForumManager::NEWEST_FIRST | constant | core/ |
Forum sort order, newest first. |
| ForumManager::OLDEST_FIRST | constant | core/ |
Forum sort order, oldest first. |
| ForumManager::resetCache | function | core/ |
Resets the ForumManager index and history. |
| ForumManager::unreadTopics | function | core/ |
Calculates the number of new posts in a forum that the user has not yet read. |
| ForumManager::__construct | function | core/ |
Constructs the forum manager service. |
| ForumManager::__sleep | function | core/ |
|
| ForumManager::__wakeup | function | core/ |
|
| ForumManagerInterface | interface | core/ |
Provides forum manager interface. |
| ForumManagerInterface.php | file | core/ |
|
| ForumManagerInterface::checkNodeType | function | core/ |
Checks whether a node can be used in a forum, based on its content type. |
| ForumManagerInterface::getChildren | function | core/ |
Utility method to fetch the child forums for a given forum. |
| ForumManagerInterface::getIndex | function | core/ |
Generates and returns the forum index. |
| ForumManagerInterface::getTopics | function | core/ |
Gets list of forum topics. |
| ForumManagerInterface::resetCache | function | core/ |
Resets the ForumManager index and history. |
| ForumManagerInterface::unreadTopics | function | core/ |
Calculates the number of new posts in a forum that the user has not yet read. |
| ForumManagerTest | class | core/ |
@coversDefaultClass \Drupal\forum\ForumManager[[api-linebreak]] @group forum @group legacy |
| ForumManagerTest.php | file | core/ |
|
| ForumManagerTest::testGetIndex | function | core/ |
Tests ForumManager::getIndex(). |
| ForumNodeAccessTest | class | core/ |
Tests forum block view for private node access. |
| ForumNodeAccessTest.php | file | core/ |
|
| ForumNodeAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ForumNodeAccessTest::$modules | property | core/ |
Modules to enable. |
| ForumNodeAccessTest::setUp | function | core/ |
|
| ForumNodeAccessTest::testForumNodeAccess | function | core/ |
Creates some users and creates a public node and a private node. |
| ForumNodeBreadcrumbBuilder | class | core/ |
Breadcrumb builder for forum nodes. |
| ForumNodeBreadcrumbBuilder.php | file | core/ |
|
| ForumNodeBreadcrumbBuilder::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
| ForumNodeBreadcrumbBuilder::build | function | core/ |
Builds the breadcrumb. |
| ForumNodeBreadcrumbBuilderTest | class | core/ |
@coversDefaultClass \Drupal\forum\Breadcrumb\ForumNodeBreadcrumbBuilder[[api-linebreak]] @group forum @group legacy |
| ForumNodeBreadcrumbBuilderTest.php | file | core/ |
|
| ForumNodeBreadcrumbBuilderTest::providerTestApplies | function | core/ |
Provides test data for testApplies(). |
| ForumNodeBreadcrumbBuilderTest::setUp | function | core/ |
|
| ForumNodeBreadcrumbBuilderTest::testApplies | function | core/ |
Tests ForumNodeBreadcrumbBuilder::applies(). |
| ForumNodeBreadcrumbBuilderTest::testBuild | function | core/ |
Tests ForumNodeBreadcrumbBuilder::build(). |
| forums.html.twig | file | core/ |
Default theme implementation to display a forum. |
| forums.html.twig | file | core/ |
Theme override to display a forum. |
Pagination
- Previous page
- Page 739
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.