You are here

public function CommandHelper::reinstallFieldtypesCommand in Search API Solr 8.2

Deletes all Solr Field Type and re-installs them from their yml files.

File

src/Utility/CommandHelper.php, line 41

Class

CommandHelper
Provides functionality to be used by CLI tools.

Namespace

Drupal\search_api_solr\Utility

Code

public function reinstallFieldtypesCommand() {
  search_api_solr_delete_and_reinstall_all_field_types();
}