You are here

function commerce_license_field_widget_settings_form in Commerce License 7

Implements hook_field_widget_settings_form().

File

./commerce_license.module, line 996
Provides a framework for selling access to local or remote resources.

Code

function commerce_license_field_widget_settings_form($field, $instance) {
  if ($instance['widget']['type'] == 'inline_entity_form_license') {
    return inline_entity_form_field_widget_settings_form($field, $instance);
  }
}