You are here

public function EntityHandlerInterface::getAllowedPushOptions in CMS Content Sync 8

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

Get the allowed push options.

Get a list of all allowed push options for this entity.

Return value

string[]

See also

Flow::PUSH_*

1 method overrides EntityHandlerInterface::getAllowedPushOptions()
EntityHandlerBase::getAllowedPushOptions in src/Plugin/EntityHandlerBase.php
Get the allowed push options.

File

src/Plugin/EntityHandlerInterface.php, line 43

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\Plugin

Code

public function getAllowedPushOptions();