require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isTypeRegistered (string $type)
boolean HTML_QuickForm::isTypeRegistered
Returns whether or not the form element type is supported. New types are added via HTML_QuickForm::registerElementType().
Form element type
throws no exceptions thrown
since 1.0
This function can be called statically.