Example #1
0
 /**
  * Load this control's initial data from the initialized storage location
  */
 public function load()
 {
     if (!$this->value_set_manually && $this->storage instanceof FormStorage) {
         $this->value = $this->storage->field_load($this->name);
     }
 }
 public function getFieldTypeOptions()
 {
     return FormStorage::getAvailableTypes();
 }