You are here

protected function HostingForm::setFieldListOptions in Aegir Objects 7.3

File

classes/HostingForm.inc, line 83
The HostingForm class.

Class

HostingForm
@file The HostingForm class.

Code

protected function setFieldListOptions($field, $options) {
  $this->form[$field][$this
    ->language()]['#options'] = $options;
}