class SolrIndexCheck implements EnvironmentCheck (View source)

Check the availability of all Solr indexes

If there are no indexes of given class found, the returned status will still be "OK".

Methods

public
array
check()

No description

Details

array check()

No description

Return Value

array

Result with 'status' and 'message' keys.

Status is EnvironmentCheck::ERROR, EnvironmentCheck::WARNING, or EnvironmentCheck::OK.