book_menu_name

Definition

book_menu_name($bid)
modules/book/book.module, line 612

Description

Generate the corresponding menu name from a book ID.

Code

<?php
function book_menu_name($bid) {
  return 'book-toc-'. $bid;
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.