View::set_template_slug( $template_slug )
{@inheritDoc}
Source
File: src/Tribe/Views/V2/View.php
public function set_template_slug( $template_slug ) {
$this->template_slug = $template_slug;
}
{@inheritDoc}
File: src/Tribe/Views/V2/View.php
public function set_template_slug( $template_slug ) {
$this->template_slug = $template_slug;
}