public function BookManagerInterface::bookTreeCheckAccess in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/book/src/BookManagerInterface.php \Drupal\book\BookManagerInterface::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().
1 method overrides BookManagerInterface::bookTreeCheckAccess()
- BookManager::bookTreeCheckAccess in core/
modules/ book/ src/ BookManager.php - Checks access and performs dynamic operations for each link in the tree.
File
- core/
modules/ book/ src/ BookManagerInterface.php, line 271 - Contains \Drupal\book\BookManagerInterface.
Class
- BookManagerInterface
- Provides an interface defining a book manager.
Namespace
Drupal\bookCode
public function bookTreeCheckAccess(&$tree, $node_links = array());