BookManagerInterface::saveBookLink

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);
doc_Drupal
2016-10-29 08:48:16
Comments
Leave a Comment

Please login to continue.