xhprof_mongodb.module in XHProf 7
Same filename and directory in other branches
File
modules/xhprof_mongodb/xhprof_mongodb.moduleView source
<?php
/**
* Implementation of hook_xhprof_classes_alter().
*/
function xhprof_mongodb_xhprof_classes_alter(&$classes) {
$classes[] = 'MongodbXHProfRuns';
}Functions
|
Name |
Description |
|---|---|
| xhprof_mongodb_xhprof_classes_alter | Implementation of hook_xhprof_classes_alter(). |