You are here

public function AddURLProperty::defaultConfiguration in Search API 8

Gets the default configuration for this property.

Return value

array An associative array with the default configuration.

Overrides ConfigurablePropertyBase::defaultConfiguration

File

src/Plugin/search_api/processor/Property/AddURLProperty.php, line 22

Class

AddURLProperty
Defines an "Item URL" property.

Namespace

Drupal\search_api\Plugin\search_api\processor\Property

Code

public function defaultConfiguration() {
  return [
    'absolute' => FALSE,
  ];
}