Habari\FormControlDropbutton::get_visualizer PHP Method

get_visualizer() public method

Returns the HTML id of the element that the control exposes as a target, for example, for labels
public get_visualizer ( )
    public function get_visualizer()
    {
        return $this->get_id() . '_visualizer';
    }