You are here

public function HostingFieldable::getFieldValue in Aegir Objects 7.3

Return the value of a field.

File

traits/HostingFieldable.inc, line 39
The HostingFieldable trait.

Class

HostingFieldable
@file The HostingFieldable trait.

Code

public function getFieldValue($field) {
  return $this
    ->getFieldValueType($field, 'value');
}