public static function ContentHubEntitiesTracking::create in Acquia Content Hub 8
File
- src/
ContentHubEntitiesTracking.php, line 72
Class
- ContentHubEntitiesTracking
- Tracks in a table the list of all entities imported from Content Hub.
Namespace
Drupal\acquia_contenthubCode
public static function create(ContainerInterface $container) {
return new static($container
->get('database'), $container
->get('config.factory'));
}