public static function FacetapiApiFunctions::getInfo in Facet API 7
Same name and namespace in other branches
- 7.2 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',
);
}