You are here

protected function ParentEntity::defineOptions in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 modules/cms_content_sync_views/src/Plugin/views/field/ParentEntity.php \Drupal\cms_content_sync_views\Plugin\views\field\ParentEntity::defineOptions()
  2. 2.1.x modules/cms_content_sync_views/src/Plugin/views/field/ParentEntity.php \Drupal\cms_content_sync_views\Plugin\views\field\ParentEntity::defineOptions()

Define the available options.

Return value

array

Overrides FieldPluginBase::defineOptions

File

modules/cms_content_sync_views/src/Plugin/views/field/ParentEntity.php, line 31

Class

ParentEntity
Views Field handler for the flow label.

Namespace

Drupal\cms_content_sync_views\Plugin\views\field

Code

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