1 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.

File

core/modules/views/handlers/views_handler_argument.inc, line 144
@todo.

Class

views_handler_argument
Base class for arguments.

Code

function set_breadcrumb(&$breadcrumb) {
}