Backend\Core\Engine\DataGridFunctions::showBool PHP Method

showBool() public static method

This is an alias for the template modifier since it can also be used here and people didn't find it.
public static showBool ( string | boolean $status, boolean $reverse = false ) : string
$status string | boolean
$reverse boolean show the opposite of the status
return string
    public static function showBool($status, $reverse = false)
    {
        return TemplateModifiers::showBool($status, $reverse);
    }