public function ContentSyncExport::__construct in Content Synchronization 8
Constructs the object.
Parameters
\Drupal\Core\Config\StorageInterface $active_storage: The target storage.
File
- src/
Content/ ContentSyncExport.php, line 28
Class
- ContentSyncExport
- Help convert db content entities to YAML.
Namespace
Drupal\content_sync\ContentCode
public function __construct(StorageInterface $active_storage) {
$this->activeStorage = $active_storage;
}