public function EntityHandlerInterface::pull 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::pull()
- 2.0.x src/Plugin/EntityHandlerInterface.php \Drupal\cms_content_sync\Plugin\EntityHandlerInterface::pull()
Return value
bool Whether or not the content has been pulled. FALSE is a desired state, meaning nothing should be pulled according to config.
Throws
\Drupal\cms_content_sync\Exception\SyncException
1 method overrides EntityHandlerInterface::pull()
- EntityHandlerBase::pull in src/
Plugin/ EntityHandlerBase.php - Pull the remote entity.
File
- src/
Plugin/ EntityHandlerInterface.php, line 119
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 pull(PullIntent $intent);