- Issue created by @damienmckenna
The Entity API module provided a property/field called "book_properties" with this code:
$ancestors = array();
while (!empty($node->book['plid']) && $node->book['plid'] != -1) {
$link = book_link_load($node->book['plid']);
array_unshift($ancestors, $link['nid']);
$node = node_load($link['nid']);
}
return $ancestors;
Recreate the "book_properties" code as an appropriate plugin.
Add the necessary logic.
A plugin exists that displays the Book Properties code.
TBD
n/a
Active
2.0
Code