public function FieldInterface::getValues in Search API 8
Retrieves the value of this field.
Return value
array A numeric array of zero or more values for this field, with indices starting with 0.
1 method overrides FieldInterface::getValues()
- Field::getValues in src/
Item/ Field.php - Retrieves the value of this field.
File
- src/
Item/ FieldInterface.php, line 284
Class
- FieldInterface
- Represents a field on a search item that can be indexed.
Namespace
Drupal\search_api\ItemCode
public function getValues();