You are here

function _eloqua_webform_component_get_exempt_types in Eloqua 6

Returns the list of exempt component types

Return value

array

1 call to _eloqua_webform_component_get_exempt_types()
_eloqua_is_valid_component_type in ./eloqua.module
Tests whether the given component type is valid for Eloqua Integration

File

./eloqua.module, line 71

Code

function _eloqua_webform_component_get_exempt_types() {
  return array(
    'fieldset',
    'pagebreak',
  );
}