You are here

CommandHelper.php in Search API Solr 8.3

Same filename and directory in other branches
  1. 8.2 src/Utility/CommandHelper.php
  2. 4.x src/Utility/CommandHelper.php

File

src/Utility/CommandHelper.php
View 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

Namesort descending Description
CommandHelper Deprecated Provides functionality to be used by CLI tools.