function BookOutlineStorageInterface::loadBookChildren

Same name and namespace in other branches
  1. 9 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::loadBookChildren()
  2. 8.9.x core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::loadBookChildren()
  3. 10 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::loadBookChildren()

Loads book's children using its parent ID.

Parameters

int $pid: The book's parent ID.

Return value

array Array of loaded book items.

File

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

Class

BookOutlineStorageInterface
Defines a common interface for book outline storage classes.

Namespace

Drupal\book

Code

public function loadBookChildren($pid);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.