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