function xhprof_mongodb_xhprof_classes_alter in XHProf 8
Same name and namespace in other branches
- 6 modules/xhprof_mongodb/xhprof_mongodb.module \xhprof_mongodb_xhprof_classes_alter()
- 7 modules/xhprof_mongodb/xhprof_mongodb.module \xhprof_mongodb_xhprof_classes_alter()
Implementation of hook_xhprof_classes_alter().
File
- modules/
xhprof_mongodb/ xhprof_mongodb.module, line 6
Code
function xhprof_mongodb_xhprof_classes_alter(&$classes) {
$classes[] = 'MongodbXHProfRuns';
}