public function RenderedFlags::buildOptionsForm in CMS Content Sync 2.1.x
Same name and namespace in other branches
- 8 modules/cms_content_sync_views/src/Plugin/views/field/RenderedFlags.php \Drupal\cms_content_sync_views\Plugin\views\field\RenderedFlags::buildOptionsForm()
- 2.0.x modules/cms_content_sync_views/src/Plugin/views/field/RenderedFlags.php \Drupal\cms_content_sync_views\Plugin\views\field\RenderedFlags::buildOptionsForm()
Provide the options form.
Overrides FieldPluginBase::buildOptionsForm
File
- modules/
cms_content_sync_views/ src/ Plugin/ views/ field/ RenderedFlags.php, line 84
Class
- RenderedFlags
- Views Field handler to check if a entity is pulled.
Namespace
Drupal\cms_content_sync_views\Plugin\views\fieldCode
public function buildOptionsForm(&$form, FormStateInterface $form_state) {
parent::buildOptionsForm($form, $form_state);
}