Provides forum manager interface.
Hierarchy
- interface \Drupal\forum\ForumManagerInterface
File
- core/modules/forum/src/ForumManagerInterface.php, line 11
Namespace
Drupal\forum
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ForumManagerInterface::checkNodeType | public | function | Checks whether a node can be used in a forum, based on its content type. |
ForumManagerInterface::getChildren | public | function | Utility method to fetch the child forums for a given forum. |
ForumManagerInterface::getIndex | public | function | Generates and returns the forum index. |
ForumManagerInterface::getParents Deprecated | public | function | Fetches the parent forums for a given forum. |
ForumManagerInterface::getTopics | public | function | Gets list of forum topics. |
ForumManagerInterface::resetCache | public | function | Resets the ForumManager index and history. |
ForumManagerInterface::unreadTopics | public | function | Calculates the number of new posts in a forum that the user has not yet read. |
Please login to continue.