You are here

public function TextValueInterface::setProperties in Search API 8

Sets the properties of this text value.

Parameters

array $properties: An associative array of property values.

Return value

$this

1 method overrides TextValueInterface::setProperties()
TextValue::setProperties in src/Plugin/search_api/data_type/value/TextValue.php
Sets the properties of this text value.

File

src/Plugin/search_api/data_type/value/TextValueInterface.php, line 111

Class

TextValueInterface
Provides an interface for fulltext field values.

Namespace

Drupal\search_api\Plugin\search_api\data_type\value

Code

public function setProperties(array $properties);