You are here

function DrupalApacheSolrServiceInterface::getSystemInfo in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getSystemInfo()
  2. 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();