comparison core/modules/book/src/BookOutlineStorageInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
67 * Number of deleted book entries. 67 * Number of deleted book entries.
68 */ 68 */
69 public function delete($nid); 69 public function delete($nid);
70 70
71 /** 71 /**
72 * Loads book's children using it's parent ID. 72 * Loads book's children using its parent ID.
73 * 73 *
74 * @param int $pid 74 * @param int $pid
75 * The book's parent ID. 75 * The book's parent ID.
76 * 76 *
77 * @return array 77 * @return array