public function ScheduledUpdateTypeInterface::addNewFieldMappings in Scheduled Updates 8
Add new mappings to existing field map.
New keys will replace on old keys.
Parameters
$new_map: Keys are field names on Update Type Values are fields on destination entity type.
1 method overrides ScheduledUpdateTypeInterface::addNewFieldMappings()
- ScheduledUpdateType::addNewFieldMappings in src/
Entity/ ScheduledUpdateType.php - Add new mappings to existing field map.
File
- src/
ScheduledUpdateTypeInterface.php, line 59 - Contains \Drupal\scheduled_updates\ScheduledUpdateTypeInterface.
Class
- ScheduledUpdateTypeInterface
- Provides an interface for defining Scheduled update type entities.
Namespace
Drupal\scheduled_updatesCode
public function addNewFieldMappings($new_map);