BookManagerInterface::bookLinkTranslate

public BookManagerInterface::bookLinkTranslate(&$link)

Provides book loading, access control and translation.

Note: copied from _menu_link_translate() in menu.inc, but reduced to the minimal code that's used.

Parameters

array $link: A book link.

File

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

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function bookLinkTranslate(&$link);
doc_Drupal
2016-10-29 08:48:14
Comments
Leave a Comment

Please login to continue.