BookOutlineStorageInterface::update

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

Please login to continue.