You are here

protected static property PushIntent::$pushed in CMS Content Sync 8

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

A list of all pushed entities to make sure entities aren't pushed multiple times during the same request in the format [$action][$entity_type][$bundle][$uuid] => TRUE

Type: array

File

src/PushIntent.php, line 149

Class

PushIntent
Class PushIntent.

Namespace

Drupal\cms_content_sync

Code

protected static $pushed = [];