Importer::$dependencies

Same name in other branches
  1. 10 core/lib/Drupal/Core/DefaultContent/Importer.php \Drupal\Core\DefaultContent\Importer::dependencies

The dependencies of the currently importing entity, if any.

The keys are the UUIDs of the dependencies, and the values are arrays with two members: the entity type ID of the dependency, and the UUID to load.

Type: array|null

File

core/lib/Drupal/Core/DefaultContent/Importer.php, line 40

Class

Importer
A service for handling import of content.

Namespace

Drupal\Core\DefaultContent

Code

private ?array $dependencies = NULL;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.