You are here

public constant PushIntent::PUSH_MANUALLY in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/PushIntent.php \Drupal\cms_content_sync\PushIntent::PUSH_MANUALLY
  2. 2.0.x src/PushIntent.php \Drupal\cms_content_sync\PushIntent::PUSH_MANUALLY

Push only some of these entities, chosen manually.

  • used as a configuration option
  • used as $action

File

src/PushIntent.php, line 46

Class

PushIntent
Class PushIntent.

Namespace

Drupal\cms_content_sync

Code

public const PUSH_MANUALLY = 'manually';