Habari\FormUI::content_type PHP Method

content_type() public method

Implementation of IsContent
public content_type ( ) : array
return array An array of content types that this object represents, starting with the most specific
    public function content_type()
    {
        return array('form');
    }