You are here

protected property IndexAddFieldsForm::$unmappedFields in Search API 8

List of types that failed to map to a Search API type.

The unknown types are the keys and map to arrays of fields that were ignored because they are of this type.

Type: string[][]

File

src/Form/IndexAddFieldsForm.php, line 69

Class

IndexAddFieldsForm
Provides a form for adding fields to a search index.

Namespace

Drupal\search_api\Form

Code

protected $unmappedFields = [];