BookManagerInterface::bookTreeCheckAccess

public BookManagerInterface::bookTreeCheckAccess(&$tree, $node_links = array())

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().

File

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

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function bookTreeCheckAccess(&$tree, $node_links = array());
doc_Drupal
2016-10-29 08:48:14
Comments
Leave a Comment

Please login to continue.