BookManagerInterface::getParentDepthLimit

public BookManagerInterface::getParentDepthLimit(array $book_link)

Finds the depth limit for items in the parent select.

Parameters

array $book_link: A fully loaded menu link that is part of the book hierarchy.

Return value

int The depth limit for items in the parent select.

File

core/modules/book/src/BookManagerInterface.php, line 122

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function getParentDepthLimit(array $book_link);
doc_Drupal
2016-10-29 08:48:16
Comments
Leave a Comment

Please login to continue.