Function __global->breadcrumbs

Definitions

sources/site.php

  • Get the Tempcode for the breadcrumbs.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$show_self boolean No No True N/A N/A Whether to show a self segment

Returns

  • The breadcrumbs
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the Tempcode for the breadcrumbs.
 *
 * @param  boolean $show_self Whether to show a self segment
 * @return Tempcode The breadcrumbs
 */

function breadcrumbs(bool $show_self = true) : object