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

1
public function getActiveTrailIds($bid, $link);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.