You are here

public function FieldInterface::getSettings in Search API 8

Retrieves all settings encapsulated in this field as an array.

Return value

array An associative array of field settings.

1 method overrides FieldInterface::getSettings()
Field::getSettings in src/Item/Field.php
Retrieves all settings encapsulated in this field as an array.

File

src/Item/FieldInterface.php, line 87

Class

FieldInterface
Represents a field on a search item that can be indexed.

Namespace

Drupal\search_api\Item

Code

public function getSettings();