You are here

protected function FieldCollectionViewsHandlerFieldHostEntityId::defineOptions in Field Collection Views 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/views/field/FieldCollectionViewsHandlerFieldHostEntityId.php \Drupal\field_collection_views\Plugin\views\field\FieldCollectionViewsHandlerFieldHostEntityId::defineOptions()

Define the available options.

Return value

array It will return an array of options.

Overrides FieldPluginBase::defineOptions

File

src/Plugin/views/field/FieldCollectionViewsHandlerFieldHostEntityId.php, line 32

Class

FieldCollectionViewsHandlerFieldHostEntityId
Field handler to flag the field_collection_views_host_id.

Namespace

Drupal\field_collection_views\Plugin\views\field

Code

protected function defineOptions() {
  $options = parent::defineOptions();
  return $options;
}