You are here

public function SyncState::buildOptionsForm in CMS Content Sync 8

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

Provide the options form.

Overrides FieldPluginBase::buildOptionsForm

File

modules/cms_content_sync_views/src/Plugin/views/field/SyncState.php, line 42

Class

SyncState
Views Field handler to check if a entity is pulled.

Namespace

Drupal\cms_content_sync_views\Plugin\views\field

Code

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