You are here

public function UrlsProperty::defaultConfiguration in Search API Field Map 4.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/search_api/processor/Property/UrlsProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\UrlsProperty::defaultConfiguration()
  2. 8 src/Plugin/search_api/processor/Property/UrlsProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\UrlsProperty::defaultConfiguration()
  3. 8.2 src/Plugin/search_api/processor/Property/UrlsProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\UrlsProperty::defaultConfiguration()

File

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

Class

UrlsProperty
Defines a "Urls" property.

Namespace

Drupal\search_api_field_map\Plugin\search_api\processor\Property

Code

public function defaultConfiguration() {
  return [
    'type' => 'union',
    'fields' => [],
  ];
}