You are here

public function FlowLabel::buildOptionsForm 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/FlowLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\FlowLabel::buildOptionsForm()
  2. 2.1.x modules/cms_content_sync_views/src/Plugin/views/field/FlowLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\FlowLabel::buildOptionsForm()

Provide the options form.

Overrides FieldPluginBase::buildOptionsForm

File

modules/cms_content_sync_views/src/Plugin/views/field/FlowLabel.php, line 38

Class

FlowLabel
Views Field handler for the flow label.

Namespace

Drupal\cms_content_sync_views\Plugin\views\field

Code

public function buildOptionsForm(&$form, FormStateInterface $form_state) {
  parent::buildOptionsForm($form, $form_state);
}