public BookManagerInterface::saveBookLink(array $link, $new)
Saves a single book entry.
Parameters
array $link: The link data to save.
bool $new: Is this a new book.
Return value
array The book data of that node.
File
core/modules/book/src/BookManagerInterface.php, line 197
Class
BookManagerInterface Provides an interface defining a book manager.
Namespace
Drupal\book
Code
public function saveBookLink(array $link, $new);