public function Field::getPropertyPath in Search API 8
Retrieves this field's property path.
Return value
string The property path.
Overrides FieldInterface::getPropertyPath
3 calls to Field::getPropertyPath()
- Field::getCombinedPropertyPath in src/
Item/ Field.php - Retrieves the "combined" property path of the field.
- Field::getDataDefinition in src/
Item/ Field.php - Retrieves this field's data definition.
- Field::getSettings in src/
Item/ Field.php - Retrieves all settings encapsulated in this field as an array.
File
- src/
Item/ Field.php, line 361
Class
- Field
- Represents a field on a search item that can be indexed.
Namespace
Drupal\search_api\ItemCode
public function getPropertyPath() {
return $this->propertyPath;
}