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

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

Please login to continue.