You are here

public function SearchApiViewsHandlerArgument::uses_breadcrumb in Search API 7

Determine if the argument can generate a breadcrumb.

Return value

bool Indicates whether the argument can generate a breadcrumb.

Overrides views_handler_argument::uses_breadcrumb

File

contrib/search_api_views/includes/handler_argument.inc, line 37
Contains SearchApiViewsHandlerArgument.

Class

SearchApiViewsHandlerArgument
Views argument handler class for handling all non-fulltext types.

Code

public function uses_breadcrumb() {
  return FALSE;
}