You are here

protected function FieldCollectionViewsHandlerFieldCollectionId::defineOptions in Field Collection Views 6.x

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

Define the available options.

Return value

array It will return an array of options.

Overrides FieldPluginBase::defineOptions

File

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

Class

FieldCollectionViewsHandlerFieldCollectionId
Field handler to flag the field_collection_views_item_id.

Namespace

Drupal\field_collection_views\Plugin\views\field

Code

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