function BookOutlineStorageInterface::getChildRelativeDepth
Same name in other branches
- 9 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getChildRelativeDepth()
- 10 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getChildRelativeDepth()
- 11.x core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getChildRelativeDepth()
Gets child relative depth.
Parameters
array $book_link: The book link.
int $max_depth: The maximum supported depth of the book tree.
Return value
int The depth of the searched book.
1 method overrides BookOutlineStorageInterface::getChildRelativeDepth()
- BookOutlineStorage::getChildRelativeDepth in core/
modules/ book/ src/ BookOutlineStorage.php - Gets child relative depth.
File
-
core/
modules/ book/ src/ BookOutlineStorageInterface.php, line 58
Class
- BookOutlineStorageInterface
- Defines a common interface for book outline storage classes.
Namespace
Drupal\bookCode
public function getChildRelativeDepth($book_link, $max_depth);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.