You are here

function search_api_solr_test_search_api_solr_config_files_alter in Search API Solr 8.3

Same name and namespace in other branches
  1. 8.2 tests/modules/search_api_solr_test/search_api_solr_test.module \search_api_solr_test_search_api_solr_config_files_alter()
  2. 4.x tests/modules/search_api_solr_test/search_api_solr_test.module \search_api_solr_test_search_api_solr_config_files_alter()

Implements hook_search_api_solr_config_files_alter().

File

tests/modules/search_api_solr_test/search_api_solr_test.module, line 10

Code

function search_api_solr_test_search_api_solr_config_files_alter(array &$files, string $lucene_match_version, string $server_id = '') {
  $files['test.txt'] = "hook_search_api_solr_config_files_alter() works\n" . $server_id . "\n";
}