You are here

function ds_views_row_adv_ds_testing in Display Suite 7.2

Same name and namespace in other branches
  1. 7 tests/ds_test.module \ds_views_row_adv_ds_testing()

Helper function to return advanced view mode.

File

tests/ds_test.module, line 89
Display Suite test module.

Code

function ds_views_row_adv_ds_testing($entity, $view_mode, $load_comments) {
  return 'Advanced display for id ' . $entity->nid;
}