public function ScheduledUpdateTypeInterface::setFieldMap in Scheduled Updates 8
Set field map.
Parameters
$field_map: Keys are field names on Update Type Values are fields on destination entity type.
1 method overrides ScheduledUpdateTypeInterface::setFieldMap()
- ScheduledUpdateType::setFieldMap in src/
Entity/ ScheduledUpdateType.php
File
- src/
ScheduledUpdateTypeInterface.php, line 39 - Contains \Drupal\scheduled_updates\ScheduledUpdateTypeInterface.
Class
- ScheduledUpdateTypeInterface
- Provides an interface for defining Scheduled update type entities.
Namespace
Drupal\scheduled_updatesCode
public function setFieldMap($field_map);