You are here

protected property ImportConfig::$import_processor_settings in Entity Share 8.3

The array of import processor settings.

The array has the following structure:

[
  'PROCESSOR_ID' => [
    'weights' => [],
  ],
  ,
];

Type: array

File

modules/entity_share_client/src/Entity/ImportConfig.php, line 83

Class

ImportConfig
Defines the Import config entity.

Namespace

Drupal\entity_share_client\Entity

Code

protected $import_processor_settings = [];