Home
last modified time | relevance | path

Searched refs:getBookSubtree (Results 1 – 6 of 6) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/book/src/
H A DBookOutlineStorageInterface.php166 public function getBookSubtree($link, $max_depth); function
H A DBookOutlineStorage.php188 public function getBookSubtree($link, $max_depth) { function in Drupal\\book\\BookOutlineStorage
H A DBookManager.php1134 $result = $this->bookOutlineStorage->getBookSubtree($link, static::BOOK_MAX_DEPTH);
/dports/www/drupal9/drupal-9.2.10/core/modules/book/src/
H A DBookOutlineStorageInterface.php166 public function getBookSubtree($link, $max_depth); function
H A DBookOutlineStorage.php188 public function getBookSubtree($link, $max_depth) { function in Drupal\\book\\BookOutlineStorage
H A DBookManager.php1159 $result = $this->bookOutlineStorage->getBookSubtree($link, static::BOOK_MAX_DEPTH);