public BookManagerInterface::updateOutline(NodeInterface $node)
Handles additions and updates to the book outline.
This common helper function performs all additions and updates to the book outline through node addition, node editing, node deletion, or the outline tab.
Parameters
\Drupal\node\NodeInterface $node: The node that is being saved, added, deleted, or moved.
Return value
bool TRUE if the book link was saved; FALSE otherwise.
File
- core/modules/book/src/BookManagerInterface.php, line 184
Class
- BookManagerInterface
- Provides an interface defining a book manager.
Namespace
Drupal\book
Code
public function updateOutline(NodeInterface $node);
Please login to continue.