You are here

public static property SearchApiSortsUpdateBase::$entityTypes in Search API sorts 8

A list of entity types that should be installed.

Type: string[]

File

tests/src/Functional/Update/SearchApiSortsUpdateBase.php, line 25

Class

SearchApiSortsUpdateBase
Base class for search_api_sorts update tests.

Namespace

Drupal\Tests\search_api_sorts\Functional\Update

Code

public static $entityTypes = [
  'search_api_index',
  'search_api_server',
  'search_api_task',
  'search_api_sorts_field',
];