public BookOutlineStorageInterface::update($nid, $fields)
Updates book reference for links that were moved between books.
Parameters
int $nid: The nid of the book entry to be updated.
array $fields: The array of fields to be updated.
Return value
mixed The number of rows matched by the update query.
File
- core/modules/book/src/BookOutlineStorageInterface.php, line 125
Class
- BookOutlineStorageInterface
- Defines a common interface for book outline storage classes.
Namespace
Drupal\book
Code
public function update($nid, $fields);
Please login to continue.