You are here

public static function FacetapiApiFunctions::getInfo in Facet API 7.2

Same name and namespace in other branches
  1. 7 tests/facetapi.test \FacetapiApiFunctions::getInfo()

File

tests/facetapi.test, line 349
Tests for the Facet API module.

Class

FacetapiApiFunctions
Test cases for low level API functions.

Code

public static function getInfo() {
  return array(
    'name' => 'API Functions',
    'description' => 'Tests low level API functions.',
    'group' => 'Facet API',
  );
}