You are here

public function BookManagerInterface::getBookParents in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/book/src/BookManagerInterface.php \Drupal\book\BookManagerInterface::getBookParents()
1 method overrides BookManagerInterface::getBookParents()
BookManager::getBookParents in core/modules/book/src/BookManager.php

File

core/modules/book/src/BookManagerInterface.php, line 209

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function getBookParents(array $item, array $parent = []);