class CommandHelper in Search API Solr 8.3
Same name and namespace in other branches
- 8.2 src/Utility/CommandHelper.php \Drupal\search_api_solr\Utility\CommandHelper
- 4.x src/Utility/CommandHelper.php \Drupal\search_api_solr\Utility\CommandHelper
Provides functionality to be used by CLI tools.
Hierarchy
- class \Drupal\search_api\Utility\CommandHelper implements \Psr\Log\LoggerAwareInterface uses \Psr\Log\LoggerAwareTrait
- class \Drupal\search_api_solr\Utility\SolrCommandHelper
- class \Drupal\search_api_solr\Utility\CommandHelper
- class \Drupal\search_api_solr\Utility\SolrCommandHelper
Expanded class hierarchy of CommandHelper
Deprecated
Use \Drupal\search_api_solr\Utility\SolrCommandHelper instead.
File
- src/
Utility/ CommandHelper.php, line 10
Namespace
Drupal\search_api_solr\UtilityView source
class CommandHelper extends SolrCommandHelper {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CommandHelper:: |
protected | property | The entity type manager. | |
CommandHelper:: |
protected | property | The event dispatcher. | |
CommandHelper:: |
protected | property | The storage for search index entities. | |
CommandHelper:: |
protected | property | The module handler. | |
CommandHelper:: |
protected | property | The storage for search server entities. | |
CommandHelper:: |
protected | property | A callable for translating strings. | |
CommandHelper:: |
public | function | Deletes all items from one or more indexes. | |
CommandHelper:: |
public | function | Clears all indexes on a server. | |
CommandHelper:: |
public | function | Disables one or more enabled search indexes. | |
CommandHelper:: |
public | function | Disables a server. | |
CommandHelper:: |
public | function | Enables one or more disabled search indexes. | |
CommandHelper:: |
public | function | Enables a server. | |
CommandHelper:: |
public | function | Returns the total number of search indexes. | |
CommandHelper:: |
public | function | Indexes items on one or more indexes. | |
CommandHelper:: |
public | function | Lists all search indexes. | |
CommandHelper:: |
public | function | Lists all search indexes with their status. | |
CommandHelper:: |
public | function | Returns the indexes with the given IDs. | |
CommandHelper:: |
public | function | Returns the servers with the given IDs. | |
CommandHelper:: |
public | function | Rebuilds the tracker for an index. | |
CommandHelper:: |
public | function | Loads an override-free copy of a config entity, for saving. | |
CommandHelper:: |
public | function | Resets the tracker for an index, optionally filtering on entity types. | |
CommandHelper:: |
public | function | Returns an array of results. | |
CommandHelper:: |
public | function | Returns a list of servers created on the page. | |
CommandHelper:: |
public | function | Switches an index to another server. | |
CommandHelper:: |
public | function | Changes the state of a single index. | |
CommandHelper:: |
public | function | Translates a string using the set translation method. | |
CommandHelper:: |
public | function | Constructs a CommandHelper object. | |
SolrCommandHelper:: |
public | function | Finalizes one ore more indexes. | |
SolrCommandHelper:: |
public | function | Gets the config for a Solr search server. | |
SolrCommandHelper:: |
public | function | Re-install all Solr Field Types from their yml files. |