function 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.
1 method overrides BookOutlineStorageInterface::loadBookChildren()
- BookOutlineStorage::loadBookChildren in core/
modules/ book/ src/ BookOutlineStorage.php - Loads book's children using its parent ID.
File
-
core/
modules/ book/ src/ BookOutlineStorageInterface.php, line 80
Class
- BookOutlineStorageInterface
- Defines a common interface for book outline storage classes.
Namespace
Drupal\bookCode
public function loadBookChildren($pid);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.