function BookManager::bookTreeCheckAccess
Same name in this branch
- 10 core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()
Same name and namespace in other branches
- 9 core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()
- 8.9.x core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()
- 11.x core/modules/book/src/ProxyClass/BookManager.php \Drupal\book\ProxyClass\BookManager::bookTreeCheckAccess()
- 11.x core/modules/book/src/BookManager.php \Drupal\book\BookManager::bookTreeCheckAccess()
Checks access and performs dynamic operations for each link in the tree.
Parameters
array $tree: The book tree you wish to operate on.
array $node_links: A collection of node link references generated from $tree by menu_tree_collect_node_links().
Overrides BookManagerInterface::bookTreeCheckAccess
File
-
core/
modules/ book/ src/ ProxyClass/ BookManager.php, line 211
Class
- BookManager
- Provides a proxy class for \Drupal\book\BookManager.
Namespace
Drupal\book\ProxyClassCode
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.