You are here

public function TextValueInterface::getProperties in Search API 8

Retrieves the properties set for this text value.

Return value

array An associative array of properties. Known properties include:

  • lowercase: Whether the value has been lowercased (type: bool)
  • tokenized: Whether the value has been tokenized into individual words (type: bool)
  • strip_html: Whether HTML has been stripped from this value (type: bool)
1 method overrides TextValueInterface::getProperties()
TextValue::getProperties in src/Plugin/search_api/data_type/value/TextValue.php
Retrieves the properties set for this text value.

File

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

Class

TextValueInterface
Provides an interface for fulltext field values.

Namespace

Drupal\search_api\Plugin\search_api\data_type\value

Code

public function getProperties();