Contao\Template::getDebugBar PHP Method

getDebugBar() protected method

Return the debug bar string
Deprecation: Deprecated since Contao 4.0, to be removed in Contao 5.0.
protected getDebugBar ( ) : string
return string The debug bar markup
    protected function getDebugBar()
    {
        @trigger_error('Using Template::getDebugBar() has been deprecated and will no longer work in Contao 5.0.', E_USER_DEPRECATED);
    }