public function HostingFieldable::getEntityReference in Aegir Objects 7.3
Return the target of an entityreference field.
File
- traits/
HostingFieldable.inc, line 11 - The HostingFieldable trait.
Class
- HostingFieldable
- @file The HostingFieldable trait.
Code
public function getEntityReference($field) {
return $this
->getFieldValueType($field, 'target_id');
}