function BookManagerInterface::getLinkDefaults

Returns an array with default values for a book page's menu link.

Parameters

string|int $nid: The ID of the node whose menu link is being created.

Return value

array The default values for the menu link.

File

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

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

public function getLinkDefaults($nid);

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