You are here

function field_collection_views_handler_field_host_entity_type::options_form in Field Collection Views 7

Same name and namespace in other branches
  1. 8 views/field_collection_views_handler_field_host_entity_type.inc \field_collection_views_handler_field_host_entity_type::options_form()

Default options form provides the label widget that all fields should have.

Overrides views_handler_field::options_form

File

views/field_collection_views_handler_field_host_entity_type.inc, line 20
Contains the host_entity_path field handler.

Class

field_collection_views_handler_field_host_entity_type
Field handler to display the host_entity_path

Code

function options_form(&$form, &$form_state) {
  parent::options_form($form, $form_state);
}