// During building, we might find a title override. If so, use it.
if (!
empty($this->build_info
['title'
])) { $title =
$this->build_info
['title'
];
} else { $title =
$this->display_handler->
getOption('title'
);
} // Allow substitutions from the first row.
if ($this->
initStyle()) { $title =
$this->style_plugin->
tokenizeValue($title, 0
);
} return $title;
} /**
* Overrides the view's current title.
*
* The tokens in the title gets replaced before rendering.
*
* @return true
* Always returns TRUE.
*/