ForumManagerInterface::getIndex

public ForumManagerInterface::getIndex()

Generates and returns the forum index.

The forum index is a pseudo term that provides an overview of all forums.

Return value

\Drupal\taxonomy\TermInterface A pseudo term representing the overview of all forums.

File

core/modules/forum/src/ForumManagerInterface.php, line 47

Class

ForumManagerInterface
Provides forum manager interface.

Namespace

Drupal\forum

Code

1
public function getIndex();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.