public function FieldsHelperInterface::extractFieldValues in Search API 8
Extracts field values from a typed data object.
Parameters
\Drupal\Core\TypedData\TypedDataInterface $data: The typed data object.
Return value
array An array of values.
1 method overrides FieldsHelperInterface::extractFieldValues()
- FieldsHelper::extractFieldValues in src/
Utility/ FieldsHelper.php - Extracts field values from a typed data object.
File
- src/
Utility/ FieldsHelperInterface.php, line 53
Class
- FieldsHelperInterface
- Provides an interface for implementations of the fields helper service.
Namespace
Drupal\search_api\UtilityCode
public function extractFieldValues(TypedDataInterface $data);