function BookManager::bookLinkTranslate
Provides book loading, access control and translation.
Parameters
array $link: A book link.
Overrides BookManagerInterface::bookLinkTranslate
File
- 
              core/
modules/ book/ src/ ProxyClass/ BookManager.php, line 220  
Class
- BookManager
 - Provides a proxy class for \Drupal\book\BookManager.
 
Namespace
Drupal\book\ProxyClassCode
public function bookLinkTranslate(&$link) {
  return $this->lazyLoadItself()
    ->bookLinkTranslate($link);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.