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