You are here

public function RulesFormsElementWrapper::getElementEmptyValue in Rules Forms Support 7.2

Returns the form element value when #value and #default_value are not set.

1 call to RulesFormsElementWrapper::getElementEmptyValue()
RulesFormsElementWrapper::getElementValue in includes/rules_forms.wrapper.inc
Returns the current value of the form element.

File

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

Class

RulesFormsElementWrapper
Wrapper class for form element arrays.

Code

public function getElementEmptyValue() {
  return $this->info['element info']['empty'];
}