/** * Close the current tab content panel * * @return string HTML to close the pane * * @since 3.1 */ public static function endTab() : string { return LayoutHelper::render('libraries.html.bootstrap.tab.endtab'); }