public function HierarchicalSelectInternals::getInfo in Hierarchical Select 6.3
Same name and namespace in other branches
- 7.3 tests/internals.test \HierarchicalSelectInternals::getInfo()
Implementation of getInfo().
File
- tests/internals.test, line 85 
- This file contains the unit tests of the internals.
Class
Code
public function getInfo() {
  return array(
    'name' => 'Internals',
    'description' => 'Checks whether all internals are working: the
                        building of the hierarchy and dropbox objects.',
    'group' => 'Hierarchical Select',
  );
}