You are here

public function FieldHandlerInterface::getAllowedPullOptions in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getAllowedPullOptions()
  2. 2.0.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getAllowedPullOptions()

Get the allowed pull options.

Get a list of all allowed pull options for this field. You can either allow {{{

Return value

string[]

See also

PullIntent::PULL_DISABLED} or

PullIntent::PULL_DISABLED} and

PullIntent::PULL_AUTOMATICALLY}.

1 method overrides FieldHandlerInterface::getAllowedPullOptions()
FieldHandlerBase::getAllowedPullOptions in src/Plugin/FieldHandlerBase.php
Get the allowed pull options.

File

src/Plugin/FieldHandlerInterface.php, line 58

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 getAllowedPullOptions();