function BookManager::getParentDepthLimit

File

core/modules/book/src/ProxyClass/BookManager.php, line 89

Class

BookManager
Provides a proxy class for \Drupal\book\BookManager.

Namespace

Drupal\book\ProxyClass

Code

public function getParentDepthLimit(array $book_link) {
  return $this->lazyLoadItself()
    ->getParentDepthLimit($book_link);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.