getIndices() public static method

Get a neat list of all indexes as a single string.
public static getIndices ( ) : Guzzle\Http\EntityBodyInterface | string
return Guzzle\Http\EntityBodyInterface | string
Ejemplo n.º 1
0
 /**
  * Admin Status Page.
  */
 public static function getStatus()
 {
     $indices = Elasticsearch::getIndices();
     $logs = Log::get();
     require ESI_PATH . '/views/admin/status.php';
 }