public BookOutlineStorageInterface::getChildRelativeDepth($book_link, $max_depth)
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.
File
- core/modules/book/src/BookOutlineStorageInterface.php, line 58
Class
- BookOutlineStorageInterface
- Defines a common interface for book outline storage classes.
Namespace
Drupal\book
Code
public function getChildRelativeDepth($book_link, $max_depth);
Please login to continue.