yupe\helpers\Html::danger PHP Method

danger() public static method

public static danger ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string
    public static function danger($text, $strip = true)
    {
        return static::render(self::DANGER, $text, $strip);
    }