public function MappedTermsProperty::defaultConfiguration in Search API Field Map 4.x
Same name and namespace in other branches
- 8.3 src/Plugin/search_api/processor/Property/MappedTermsProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\MappedTermsProperty::defaultConfiguration()
- 8 src/Plugin/search_api/processor/Property/MappedTermsProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\MappedTermsProperty::defaultConfiguration()
- 8.2 src/Plugin/search_api/processor/Property/MappedTermsProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\MappedTermsProperty::defaultConfiguration()
File
- src/
Plugin/ search_api/ processor/ Property/ MappedTermsProperty.php, line 22
Class
- MappedTermsProperty
- Defines an "mapped terms" property.
Namespace
Drupal\search_api_field_map\Plugin\search_api\processor\PropertyCode
public function defaultConfiguration() {
return [
'type' => 'union',
'fields' => [],
];
}