You are here

function ds_extras_entity_info_alter in Display Suite 7

Implements hook_entity_info_alter().

File

modules/ds_extras/ds_extras.module, line 127
Display Suite extras main functions.

Code

function ds_extras_entity_info_alter(&$entity_info) {
  module_load_include('inc', 'ds_extras', 'ds_extras.registry');
  return _ds_extras_entity_info_alter($entity_info);
}