You are here

private property EntityManager::$candidateEntities in Acquia Content Hub 8

The list of candidate entities for next bulk export.

Type: array

File

src/EntityManager.php, line 83

Class

EntityManager
Provides a service for managing entity actions for Content Hub.

Namespace

Drupal\acquia_contenthub

Code

private $candidateEntities = [
  self::EXPORT => [],
  self::UNEXPORT => [],
];