function views_CrumbsMonoPlugin_PageTitle::__construct in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $view_name:
string $display_id:
File
- plugins/
crumbs.views.inc, line 96
Class
- views_CrumbsMonoPlugin_PageTitle
- Determines a breadcrumb item title based on the view title of a page view. The same plugin class is used for Views displays with or without arguments.
Code
function __construct($view_name, $display_id) {
$this->viewName = $view_name;
$this->displayId = $display_id;
}