public function FieldInterface::getFieldIdentifier in Search API 8
Returns the field identifier of this field.
Return value
string The identifier of this field.
1 method overrides FieldInterface::getFieldIdentifier()
- Field::getFieldIdentifier in src/
Item/ Field.php - Returns the field identifier of this field.
File
- src/
Item/ FieldInterface.php, line 46
Class
- FieldInterface
- Represents a field on a search item that can be indexed.
Namespace
Drupal\search_api\ItemCode
public function getFieldIdentifier();