BookOutlineStorageInterface::getChildRelativeDepth

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);
doc_Drupal
2016-10-29 08:48:27
Comments
Leave a Comment

Please login to continue.