public function EntityHandlerInterface::getAllowedPushOptions 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::getAllowedPushOptions()
- 2.0.x src/Plugin/EntityHandlerInterface.php \Drupal\cms_content_sync\Plugin\EntityHandlerInterface::getAllowedPushOptions()
Get the allowed push options.
Get a list of all allowed push options for this entity.
Return value
string[]
See also
Flow::PUSH_*
1 method overrides EntityHandlerInterface::getAllowedPushOptions()
- EntityHandlerBase::getAllowedPushOptions in src/
Plugin/ EntityHandlerBase.php - Get the allowed push options.
File
- src/
Plugin/ EntityHandlerInterface.php, line 43
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 getAllowedPushOptions();