Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ForumLeafConstraint::$noLeafMessage | property | core/ |
|
| ForumLeafConstraint::$selectForum | property | core/ |
|
| ForumLeafConstraintValidator | class | core/ |
Validates the ForumLeaf constraint. |
| ForumLeafConstraintValidator.php | file | core/ |
|
| ForumLeafConstraintValidator::validate | function | core/ |
|
| ForumListingBreadcrumbBuilder | class | core/ |
Provides a breadcrumb builder base class for forum listing pages. |
| ForumListingBreadcrumbBuilder.php | file | core/ |
|
| ForumListingBreadcrumbBuilder::applies | function | core/ |
|
| ForumListingBreadcrumbBuilder::build | function | core/ |
|
| ForumListingBreadcrumbBuilderTest | class | core/ |
@coversDefaultClass \Drupal\forum\Breadcrumb\ForumListingBreadcrumbBuilder[[api-linebreak]] @group forum |
| ForumListingBreadcrumbBuilderTest.php | file | core/ |
|
| ForumListingBreadcrumbBuilderTest::providerTestApplies | function | core/ |
Provides test data for testApplies(). |
| ForumListingBreadcrumbBuilderTest::setUp | function | core/ |
|
| ForumListingBreadcrumbBuilderTest::testApplies | function | core/ |
Tests ForumListingBreadcrumbBuilder::applies(). |
| ForumListingBreadcrumbBuilderTest::testBuild | function | core/ |
Tests ForumListingBreadcrumbBuilder::build(). |
| ForumManager | class | core/ |
Provides forum manager service. |
| ForumManager.php | file | core/ |
|
| ForumManager::$commentManager | property | core/ |
The comment manager service. |
| ForumManager::$configFactory | property | core/ |
Forum settings config object. |
| ForumManager::$connection | property | core/ |
Database connection |
| ForumManager::$deprecatedProperties | property | core/ |
|
| ForumManager::$entityFieldManager | property | core/ |
Entity field manager. |
| ForumManager::$entityTypeManager | property | core/ |
Entity type manager. |
| ForumManager::$forumChildren | property | core/ |
Array of forum children keyed by parent forum (term) id. |
| 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/ |
|
| ForumManager::getChildren | function | core/ |
|
| ForumManager::getForumStatistics | function | core/ |
Provides statistics for a forum. |
| ForumManager::getIndex | function | core/ |
|
| ForumManager::getLastPost | function | core/ |
Provides the last post information for the given forum tid. |
| ForumManager::getParents | function | core/ |
|
| ForumManager::getTopicOrder | function | core/ |
Gets topic sorting information based on an integer code. |
| ForumManager::getTopics | function | core/ |
|
| 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/ |
|
| ForumManager::unreadTopics | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 713
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.