Mercurial > hg > isophonics-drupal-site
comparison core/modules/book/src/BookOutlineStorageInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
108 * @return mixed | 108 * @return mixed |
109 * The last insert ID of the query, if one exists. | 109 * The last insert ID of the query, if one exists. |
110 */ | 110 */ |
111 public function insert($link, $parents); | 111 public function insert($link, $parents); |
112 | 112 |
113 | |
114 /** | 113 /** |
115 * Updates book reference for links that were moved between books. | 114 * Updates book reference for links that were moved between books. |
116 * | 115 * |
117 * @param int $nid | 116 * @param int $nid |
118 * The nid of the book entry to be updated. | 117 * The nid of the book entry to be updated. |