You are here

function ds_entity_info_alter in Display Suite 7

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

Implements hook_entity_info_alter().

File

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

Code

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