You are here

function field_collection_views_handler_field_host_entity_type::option_definition in Field Collection Views 8

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

File

views/field_collection_views_handler_field_host_entity_type.inc, line 15
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 option_definition() {
  $options = parent::option_definition();
  return $options;
}