Issue #2659564 by miteshmap: Wrong return type in TermStorageInterface::loadTree()

8.1.x
Nathaniel Catchpole 2016-02-17 11:51:58 +09:00
parent 8e7debfd01
commit c7b117b2f4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ interface TermStorageInterface extends ContentEntityStorageInterface {
* table to save execution time and memory consumption when listing large
* numbers of terms. Defaults to FALSE.
*
* @return \Drupal\taxonomy\TermInterface[]
* @return object[]|\Drupal\taxonomy\TermInterface[]
* An array of term objects that are the children of the vocabulary $vid.
*/
public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE);