public function FieldHandlerInterface::push in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::push()
- 2.0.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::push()
Parameters
\Drupal\cms_content_sync\SyncIntent $intent:
Return value
bool Whether or not the content has been pushed. FALSE is a desired state, meaning the entity should not be pushed according to config.
Throws
\Drupal\cms_content_sync\Exception\SyncException
1 method overrides FieldHandlerInterface::push()
- FieldHandlerBase::push in src/
Plugin/ FieldHandlerBase.php
File
- src/
Plugin/ FieldHandlerInterface.php, line 108
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 push(PushIntent $intent);