You are here

public constant PushIntent::PUSH_AUTOMATICALLY 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_AUTOMATICALLY
  2. 2.0.x src/PushIntent.php \Drupal\cms_content_sync\PushIntent::PUSH_AUTOMATICALLY

Automatically push all entities of this entity type.

  • used as a configuration option
  • used as $action

File

src/PushIntent.php, line 39

Class

PushIntent
Class PushIntent.

Namespace

Drupal\cms_content_sync

Code

public const PUSH_AUTOMATICALLY = 'automatically';