You are here

redhen_relation_role.ui_controller.inc in RedHen CRM 7

File

modules/redhen_relation/lib/redhen_relation_role.ui_controller.inc
View source
<?php

/**
 * RedHen Relation Role UI controller.
 */
class RedhenRelationRoleUIController extends EntityDefaultUIController {

  /**
   * Overrides hook_menu() defaults.
   */
  public function hook_menu() {
    $items = parent::hook_menu();
    $items[$this->path]['description'] = t('Manage relation role entity types, including adding and removing fields and the display of fields.');
    return $items;
  }

}

Classes

Namesort descending Description
RedhenRelationRoleUIController RedHen Relation Role UI controller.