function DrupalApacheSolrServiceInterface::getSystemInfo in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getSystemInfo()
- 7 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getSystemInfo()
Get information about the Solr Core.
Return value
(string) system info encoded in json
2 methods override DrupalApacheSolrServiceInterface::getSystemInfo()
- DrupalApacheSolrService::getSystemInfo in ./
Drupal_Apache_Solr_Service.php - Get information about the Solr Core.
- DummySolr::getSystemInfo in tests/
Dummy_Solr.php - Get information about the Solr Core.
File
- ./
apachesolr.interface.inc, line 355
Class
- DrupalApacheSolrServiceInterface
- The interface for all 'Service' objects.
Code
function getSystemInfo();