You are here

public function RedHenOrgInlineEntityFormController::labels in RedHen CRM 7

Overrides EntityInlineEntityFormController::labels().

Overrides EntityInlineEntityFormController::labels

File

modules/redhen_org/lib/redhen_org.inline_entity_form.inc, line 16
Defines the inline entity form controller for RedHen Orgs.

Class

RedHenOrgInlineEntityFormController
Class RedHenOrgInlineEntityFormController.

Code

public function labels() {
  $labels = array(
    'singular' => t('organization'),
    'plural' => t('organizations'),
  );
  return $labels;
}