BookOutlineStorageInterface::insert

public BookOutlineStorageInterface::insert($link, $parents)

Inserts a book link.

Parameters

array $link: The link array to be inserted in the database.

array $parents: The array of parent ids for the link to be inserted.

Return value

mixed The last insert ID of the query, if one exists.

File

core/modules/book/src/BookOutlineStorageInterface.php, line 111

Class

BookOutlineStorageInterface
Defines a common interface for book outline storage classes.

Namespace

Drupal\book

Code

public function insert($link, $parents);
doc_Drupal
2016-10-29 08:48:27
Comments
Leave a Comment

Please login to continue.