public function FieldInterface::getPropertyPath in Search API 8
Retrieves this field's property path.
Return value
string The property path.
1 method overrides FieldInterface::getPropertyPath()
- Field::getPropertyPath in src/
Item/ Field.php - Retrieves this field's property path.
File
- src/
Item/ FieldInterface.php, line 127
Class
- FieldInterface
- Represents a field on a search item that can be indexed.
Namespace
Drupal\search_api\ItemCode
public function getPropertyPath();