function panels_context::get_page_title in Panels 5.2
Same name and namespace in other branches
- 6.2 includes/plugins.inc \panels_context::get_page_title()
File
- includes/
plugins.inc, line 58 - plugins.inc
Class
- panels_context
- Forms the basis for describing and storing a context that a display might be running in.
Code
function get_page_title() {
return $this->page_title;
}