public function EntityHandlerInterface::getAllowedPullOptions in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/EntityHandlerInterface.php \Drupal\cms_content_sync\Plugin\EntityHandlerInterface::getAllowedPullOptions()
- 2.0.x src/Plugin/EntityHandlerInterface.php \Drupal\cms_content_sync\Plugin\EntityHandlerInterface::getAllowedPullOptions()
Get the allowed pull options.
Get a list of all allowed pull options for this field.
Return value
string[]
See also
Flow::PULL_*
1 method overrides EntityHandlerInterface::getAllowedPullOptions()
- EntityHandlerBase::getAllowedPullOptions in src/
Plugin/ EntityHandlerBase.php - Get the allowed pull options.
File
- src/
Plugin/ EntityHandlerInterface.php, line 54
Class
- EntityHandlerInterface
- Specifies the publicly available methods of an entity handler plugin that can be used to push and pull entities with Sync Core.
Namespace
Drupal\cms_content_sync\PluginCode
public function getAllowedPullOptions();