You are here

public function SolrCommandHelper::reinstallFieldtypesCommand in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/Utility/SolrCommandHelper.php \Drupal\search_api_solr\Utility\SolrCommandHelper::reinstallFieldtypesCommand()

Re-install all Solr Field Types from their yml files.

File

src/Utility/SolrCommandHelper.php, line 20

Class

SolrCommandHelper
Provides functionality to be used by CLI tools.

Namespace

Drupal\search_api_solr\Utility

Code

public function reinstallFieldtypesCommand() {
  search_api_solr_install_missing_field_types();
}