You are here

public static function FieldHelper::extractValues in Helper 7

Deprecated

Use FieldHelper::getValues().

File

lib/FieldHelper.php, line 26

Class

FieldHelper

Code

public static function extractValues($entity_type, $entity, $field_name, $column) {
  return static::getValues($entity_type, $entity, $field_name, $column);
}