BookManagerInterface::getActiveTrailIds

public BookManagerInterface::getActiveTrailIds($bid, $link)

Gets the active trail IDs for the specified book at the provided path.

Parameters

string $bid: The Book ID to find links for.

array $link: A fully loaded menu link.

Return value

array An array containing the active trail: a list of mlids.

File

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

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function getActiveTrailIds($bid, $link);
doc_Drupal
2016-10-29 08:48:15
Comments
Leave a Comment

Please login to continue.