function views_handler_argument::set_breadcrumb

3.x views_handler_argument.inc views_handler_argument::set_breadcrumb(&$breadcrumb)
2.x views_handler_argument.inc views_handler_argument::set_breadcrumb(&$breadcrumb)

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.

2 methods override views_handler_argument::set_breadcrumb()
views_handler_argument_term_node_tid::set_breadcrumb in modules/taxonomy/views_handler_argument_term_node_tid.inc
Give an argument the opportunity to modify the breadcrumb, if it wants. This only gets called on displays where a breadcrumb is actually used.
views_handler_argument_term_node_tid_depth::set_breadcrumb in modules/taxonomy/views_handler_argument_term_node_tid_depth.inc
Give an argument the opportunity to modify the breadcrumb, if it wants. This only gets called on displays where a breadcrumb is actually used.

File

handlers/views_handler_argument.inc, line 59

Class

views_handler_argument
Base class for arguments.

Code

function set_breadcrumb(&$breadcrumb) {
}