You are here

function ds_entity_info_alter in Display Suite 7.2

Same name and namespace in other branches
  1. 7 ds.module \ds_entity_info_alter()

Implements hook_entity_info_alter().

File

./ds.module, line 134
Display Suite core functions.

Code

function ds_entity_info_alter(&$entity_info) {
  module_load_include('inc', 'ds', 'includes/ds.registry');
  _ds_entity_info_alter($entity_info);
}