function BookManager::bookTreeCheckAccess

Same name in this branch
  1. 10 core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()
Same name in other branches
  1. 9 core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()
  2. 8.9.x core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()
  3. 11.x core/modules/book/src/ProxyClass/BookManager.php \Drupal\book\ProxyClass\BookManager::bookTreeCheckAccess()
  4. 11.x core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()

File

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

Class

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

Namespace

Drupal\book\ProxyClass

Code

public function bookTreeCheckAccess(&$tree, $node_links = array()) {
    return $this->lazyLoadItself()
        ->bookTreeCheckAccess($tree, $node_links);
}

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