_book_parent_depth_limit

  1. drupal
    1. drupal6
    2. drupal7
Versionen
drupal6 – drupal7 _book_parent_depth_limit($book_link)

Find the depth limit for items in the parent select.

▾ 2 functions call _book_parent_depth_limit()

book_nodeapi in modules/book/book.module
Implementation of hook_nodeapi().
book_outline_form in modules/book/book.pages.inc
Build the form to handle all book outline operations via the outline tab.

Code

modules/book/book.module, line 750

<?php
function _book_parent_depth_limit($book_link) {
  return MENU_MAX_DEPTH - 1 - (($book_link['mlid'] && $book_link['has_children']) ? menu_link_children_relative_depth($book_link) : 0);
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen