public function FieldInterface::getCombinedPropertyPath in Search API 8
Retrieves the "combined" property path of the field.
This consists of the datasource ID (if any) and the property path, separated by the "datasource separator" (also used in item IDs). It can be used to quickly get a unique identifier for a property on an index.
Return value
string The "combined" property path of the field.
See also
\Drupal\search_api\Utility::createCombinedId()
1 method overrides FieldInterface::getCombinedPropertyPath()
- Field::getCombinedPropertyPath in src/
Item/ Field.php - Retrieves the "combined" property path of the field.
File
- src/
Item/ FieldInterface.php, line 151
Class
- FieldInterface
- Represents a field on a search item that can be indexed.
Namespace
Drupal\search_api\ItemCode
public function getCombinedPropertyPath();