function BookManager::getBookParents
Same name in this branch
- 11.x core/modules/book/src/BookManager.php \Drupal\book\BookManager::getBookParents()
Same name in other branches
- 9 core/modules/book/src/BookManager.php \Drupal\book\BookManager::getBookParents()
- 8.9.x core/modules/book/src/BookManager.php \Drupal\book\BookManager::getBookParents()
- 10 core/modules/book/src/ProxyClass/BookManager.php \Drupal\book\ProxyClass\BookManager::getBookParents()
- 10 core/modules/book/src/BookManager.php \Drupal\book\BookManager::getBookParents()
File
-
core/
modules/ book/ src/ ProxyClass/ BookManager.php, line 121
Class
- BookManager
- Provides a proxy class for \Drupal\book\BookManager.
Namespace
Drupal\book\ProxyClassCode
public function getBookParents(array $item, array $parent = array()) {
return $this->lazyLoadItself()
->getBookParents($item, $parent);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.