You are here

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

Overrides EntityInlineEntityFormController::defaultSettings().

Overrides EntityInlineEntityFormController::defaultSettings

File

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

Class

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

Code

public function defaultSettings() {
  $defaults = parent::defaultSettings();

  // Line items should always be deleted when the order is deleted, they
  // are never managed alone.

  //$defaults['delete_references'] = TRUE;
  return $defaults;
}