CommandHelper.php in Search API Solr 4.x
Same filename and directory in other branches
Namespace
Drupal\search_api_solr\UtilityFile
src/Utility/CommandHelper.phpView source
<?php
namespace Drupal\search_api_solr\Utility;
/**
* Provides functionality to be used by CLI tools.
*
* @deprecated Use \Drupal\search_api_solr\Utility\SolrCommandHelper instead.
*/
class CommandHelper extends SolrCommandHelper {
}
Classes
Name | Description |
---|---|
CommandHelper Deprecated | Provides functionality to be used by CLI tools. |