You are here

function ds_extras_entity_info in Display Suite 7.2

Same name and namespace in other branches
  1. 7 modules/ds_extras/ds_extras.module \ds_extras_entity_info()

Implements hook_entity_info().

File

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

Code

function ds_extras_entity_info() {
  module_load_include('inc', 'ds_extras', 'includes/ds_extras.registry');
  return _ds_extras_entity_info();
}