ForumManagerInterface::getChildren

public ForumManagerInterface::getChildren($vid, $tid)

Utility method to fetch the child forums for a given forum.

Parameters

int $vid: The forum vocabulary ID.

int $tid: The forum ID to fetch the children for.

Return value

array Array of children.

File

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

Class

ForumManagerInterface
Provides forum manager interface.

Namespace

Drupal\forum

Code

public function getChildren($vid, $tid);
doc_Drupal
2016-10-29 09:17:14
Comments
Leave a Comment

Please login to continue.