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