Habari\FormControlFacet::get_visualizer PHP Method

get_visualizer() public method

Provide the HTML id of the visualizer element, which is different from the input element that provides a value
public get_visualizer ( )
    public function get_visualizer()
    {
        return $this->get_id() . '_visualizer';
    }