public BookManager::loadBookLink($nid, $translate = TRUE)
Loads a single book entry.
The entries of a book entry is documented in \Drupal\book\BookOutlineStorageInterface::loadMultiple.
If $translate is TRUE, it also checks access ('access' key) and loads the title from the node itself.
Parameters
int $nid: The node ID of the book.
bool $translate: If TRUE, set access, title, and other elements.
Return value
array The book data of that node.
Overrides BookManagerInterface::loadBookLink
See al