public function FieldHandlerInterface::getAllowedPushOptions in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getAllowedPushOptions()
- 2.0.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getAllowedPushOptions()
Get the allowed push options.
Get a list of all allowed push options for this field. You can either allow {{{
Return value
string[]
See also
PushIntent::PUSH_DISABLED} or
PushIntent::PUSH_DISABLED} and
PushIntent::PUSH_AUTOMATICALLY}.
1 method overrides FieldHandlerInterface::getAllowedPushOptions()
- FieldHandlerBase::getAllowedPushOptions in src/
Plugin/ FieldHandlerBase.php - Get the allowed push options.
File
- src/
Plugin/ FieldHandlerInterface.php, line 46
Class
- FieldHandlerInterface
- Specifies the publicly available methods of a field handler plugin that can be used to push and pull fields with Sync Core.
Namespace
Drupal\cms_content_sync\PluginCode
public function getAllowedPushOptions();