You are here

protected property ScheduledUpdateType::$field_map in Scheduled Updates 8

The map of the source and destination fields

The keys of the array are the source fields and the values are the destination fields.

Type: array

File

src/Entity/ScheduledUpdateType.php, line 102
Contains \Drupal\scheduled_updates\Entity\ScheduledUpdateType.

Class

ScheduledUpdateType
Defines the Scheduled update type entity.

Namespace

Drupal\scheduled_updates\Entity

Code

protected $field_map = [];