public function FieldHandlerInterface::getAllowedPullOptions in CMS Content Sync 2.1.x
Same name and namespace in other branches
- 8 src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getAllowedPullOptions()
- 2.0.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getAllowedPullOptions()
Get the allowed pull options.
Get a list of all allowed pull options for this field. You can either allow {{{
Return value
string[]
See also
PullIntent::PULL_DISABLED} or
PullIntent::PULL_DISABLED} and
PullIntent::PULL_AUTOMATICALLY}.
1 method overrides FieldHandlerInterface::getAllowedPullOptions()
- FieldHandlerBase::getAllowedPullOptions in src/
Plugin/ FieldHandlerBase.php - Get the allowed pull options.
File
- src/
Plugin/ FieldHandlerInterface.php, line 59
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 getAllowedPullOptions();