You are here

public function RulesFormsElementWrapper::getElementDataType in Rules Forms Support 7.2

Returns the data type of the form element.

File

includes/rules_forms.wrapper.inc, line 133
Manages and Process Form structure.

Class

RulesFormsElementWrapper
Wrapper class for form element arrays.

Code

public function getElementDataType() {
  return $this->info['element info']['data type'];
}