You are here

protected function FieldCollectionViewsHandlerFieldHostEntityPath::defineOptions in Field Collection Views 8.5

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

Define the available options.

Return value

array It will return the array of options.

Overrides FieldPluginBase::defineOptions

File

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

Class

FieldCollectionViewsHandlerFieldHostEntityPath
Field handler to flag the field_collection_views_host_path.

Namespace

Drupal\field_collection_views\Plugin\views\field

Code

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