public function ConfigurablePropertyInterface::defaultConfiguration in Search API 8
Gets the default configuration for this property.
Return value
array An associative array with the default configuration.
1 method overrides ConfigurablePropertyInterface::defaultConfiguration()
- ConfigurablePropertyBase::defaultConfiguration in src/
Processor/ ConfigurablePropertyBase.php - Gets the default configuration for this property.
File
- src/
Processor/ ConfigurablePropertyInterface.php, line 19
Class
- ConfigurablePropertyInterface
- Represents a processor-defined property with additional configuration.
Namespace
Drupal\search_api\ProcessorCode
public function defaultConfiguration();