protected function FlowLabel::defineOptions in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x modules/cms_content_sync_views/src/Plugin/views/field/FlowLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\FlowLabel::defineOptions()
- 2.0.x modules/cms_content_sync_views/src/Plugin/views/field/FlowLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\FlowLabel::defineOptions()
Define the available options.
Return value
array
Overrides FieldPluginBase::defineOptions
File
- modules/
cms_content_sync_views/ src/ Plugin/ views/ field/ FlowLabel.php, line 30
Class
- FlowLabel
- Views Field handler for the flow label.
Namespace
Drupal\cms_content_sync_views\Plugin\views\fieldCode
protected function defineOptions() {
$options = parent::defineOptions();
return $options;
}