'description' => ts('Temporary import data'),
'mapping_id' => NULL,
],
+ 'match' => [
+ 'name',
+ ],
],
];
$managedEntities[] = [
'description' => ts('Temporary import data'),
'mapping_id' => NULL,
],
+ 'match' => [
+ 'name',
+ ],
],
];
$columns = [];
],
'acl_bypass' => FALSE,
],
+ 'match' => [
+ 'name',
+ 'saved_search_id',
+ ],
],
];
],
'acl_bypass' => FALSE,
],
+ 'match' => [
+ 'name',
+ 'saved_search_id',
+ ],
],
];
}