You are here

function rules_link_i18n_entity_info_alter in Rules Link 7.2

Same name and namespace in other branches
  1. 7 rules_link_i18n.module \rules_link_i18n_entity_info_alter()

Implements hook_entity_info_alter().

File

./rules_link_i18n.module, line 13
Rules link i18n integration module via entity API i18n support.

Code

function rules_link_i18n_entity_info_alter(&$info) {

  // Enable i18n support via the entity API.
  $info['rules_link']['i18n controller class'] = 'RulesLinkI18nController';
}