You are here

function og_views_handler_argument_og_uid_nid::set_breadcrumb in Organic groups 6

Give an argument the opportunity to modify the breadcrumb, if it wants. This only gets called on displays where a breadcrumb is actually used.

The breadcrumb will be in the form of an array, with the keys being the path and the value being the already sanitized title of the path.

File

modules/og_views/includes/og_views_handler_argument_og_uid_nid.inc, line 17

Class

og_views_handler_argument_og_uid_nid
Allow Group ID(s) as argument

Code

function set_breadcrumb(&$breadcrumb) {
  $nid = $this->value[0];

  // TODOL: not working.
  // $breadcrumb = og_views_set_breadcrumb($nid);
}