You are here

protected property HtmlFilter::$dataTypeHelper in Search API 8

The data type helper.

Type: \Drupal\search_api\Utility\DataTypeHelperInterface|null

Overrides FieldsProcessorPluginBase::$dataTypeHelper

File

src/Plugin/search_api/processor/HtmlFilter.php, line 39

Class

HtmlFilter
Strips HTML tags from fulltext fields and decodes HTML entities.

Namespace

Drupal\search_api\Plugin\search_api\processor

Code

protected $dataTypeHelper;