Example #1
0
 public function getFieldDataType()
 {
     if ($this->getName() == 'contact_id') {
         return 'multireference';
     }
     return parent::getFieldDataType();
 }