fewbricks\bricks\demo_text::get_brick_html PHP Method

get_brick_html() public method

public get_brick_html ( ) : string | void
return string | void
    public function get_brick_html()
    {
        return '<div>' . $this->get_field('text') . '</div>';
    }