You are here

function xhprof_mongodb_xhprof_classes_alter in XHProf 6

Same name and namespace in other branches
  1. 8 modules/xhprof_mongodb/xhprof_mongodb.module \xhprof_mongodb_xhprof_classes_alter()
  2. 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 7

Code

function xhprof_mongodb_xhprof_classes_alter(&$classes) {
  $classes[] = 'MongodbXHProfRuns';
}