You are here

public function MerciRestrictionInlineEntityFormController::defaultLabels in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Overrides EntityInlineEntityFormController::defaultLabels().

Overrides EntityInlineEntityFormController::defaultLabels

File

merci_restrictions/includes/merci_restriction.inline_enity_form.inc, line 13
Defines the inline entity form controller for Nodes.

Class

MerciRestrictionInlineEntityFormController
@file Defines the inline entity form controller for Nodes.

Code

public function defaultLabels() {
  $labels = array(
    'singular' => t('merci restriction'),
    'plural' => t('merci restrictions'),
  );
  return $labels;
}