public function EntityHandlerInterface::getAllowedPreviewOptions 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::getAllowedPreviewOptions()
- 2.0.x src/Plugin/EntityHandlerInterface.php \Drupal\cms_content_sync\Plugin\EntityHandlerInterface::getAllowedPreviewOptions()
Return value
string[] Provide the allowed preview options used for display when manually pulling entities
8 methods override EntityHandlerInterface::getAllowedPreviewOptions()
- DefaultConfigEntityHandler::getAllowedPreviewOptions in src/
Plugin/ cms_content_sync/ entity_handler/ DefaultConfigEntityHandler.php - DefaultContentEntityHandler::getAllowedPreviewOptions in src/
Plugin/ cms_content_sync/ entity_handler/ DefaultContentEntityHandler.php - DefaultCropHandler::getAllowedPreviewOptions in src/
Plugin/ cms_content_sync/ entity_handler/ DefaultCropHandler.php - DefaultFieldCollectionItemHandler::getAllowedPreviewOptions in src/
Plugin/ cms_content_sync/ entity_handler/ DefaultFieldCollectionItemHandler.php - DefaultMediaHandler::getAllowedPreviewOptions in src/
Plugin/ cms_content_sync/ entity_handler/ DefaultMediaHandler.php
File
- src/
Plugin/ EntityHandlerInterface.php, line 61
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 getAllowedPreviewOptions();