Template::get_view()
Returns the current template view, either set in the constructor or using the set_view method.
Return
(TribeEventsViewsV2View_Interface) The current template view.
Source
File: src/Tribe/Views/V2/Template.php
public function get_view() {
return $this->view;
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |