You are here

public function FieldHandlerInterface::push in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::push()
  2. 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\Plugin

Code

public function push(PushIntent $intent);