public function ParentEntity::buildOptionsForm in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x modules/cms_content_sync_views/src/Plugin/views/field/ParentEntity.php \Drupal\cms_content_sync_views\Plugin\views\field\ParentEntity::buildOptionsForm()
- 2.0.x modules/cms_content_sync_views/src/Plugin/views/field/ParentEntity.php \Drupal\cms_content_sync_views\Plugin\views\field\ParentEntity::buildOptionsForm()
Provide the options form.
Overrides FieldPluginBase::buildOptionsForm
File
- modules/
cms_content_sync_views/ src/ Plugin/ views/ field/ ParentEntity.php, line 39
Class
- ParentEntity
- Views Field handler for the flow label.
Namespace
Drupal\cms_content_sync_views\Plugin\views\fieldCode
public function buildOptionsForm(&$form, FormStateInterface $form_state) {
parent::buildOptionsForm($form, $form_state);
}