function BookManagerInterface::bookLinkTranslate

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

Provides book loading, access control and translation.

Parameters

array $link: A book link.

File

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

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function bookLinkTranslate(&$link);

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