protected function HostingForm::setFormDefaultValue in Aegir Objects 7.3
File
- classes/
HostingForm.inc, line 128 - The HostingForm class.
Class
- HostingForm
- @file The HostingForm class.
Code
protected function setFormDefaultValue($field, $value) {
$this->form[$field][$this
->language()]['#default_value'] = $value;
}