You are here

public constant PushIntent::PUSH_ANY in CMS Content Sync 8

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

Only used as a filter to check if the Flow pushes this entity in any way.

  • not used as a configuration option
  • not used as $action
  • so only used to query against Flows that have *any* push setting for a given entity (type).

File

src/PushIntent.php, line 70

Class

PushIntent
Class PushIntent.

Namespace

Drupal\cms_content_sync

Code

public const PUSH_ANY = 'any';