function BookManagerInterface::deleteFromBook

Same name and namespace in other branches
  1. 9 core/modules/book/src/BookManagerInterface.php \Drupal\book\BookManagerInterface::deleteFromBook()
  2. 8.9.x core/modules/book/src/BookManagerInterface.php \Drupal\book\BookManagerInterface::deleteFromBook()
  3. 10 core/modules/book/src/BookManagerInterface.php \Drupal\book\BookManagerInterface::deleteFromBook()

Deletes node's entry from book table.

Parameters

int $nid: The nid to delete.

File

core/modules/book/src/BookManagerInterface.php, line 241

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function deleteFromBook($nid);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.