You are here

constant IEF_TABLE_VIEW_MODE_NAME in Inline Entity Form Table View Mode 7

Same name and namespace in other branches
  1. 8 ief_table_view_mode.module \IEF_TABLE_VIEW_MODE_NAME

The name of the view mode.

2 uses of IEF_TABLE_VIEW_MODE_NAME
ief_table_view_mode_form_field_ui_display_overview_form_alter in ./ief_table_view_mode.module
Implements hook_form_FORM_ID_alter().
ief_table_view_mode_form_field_ui_field_edit_form_alter in ./ief_table_view_mode.module
Implements hook_form_FORM_ID_alter().

File

./ief_table_view_mode.module, line 11
Defines a view mode to set up the columns of the table for the IEF widget.

Code

define('IEF_TABLE_VIEW_MODE_NAME', 'ief_table');