comparison core/modules/migrate_drupal/src/Annotation/MigrateField.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children af1871eacc83
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
53 53
54 /** 54 /**
55 * Identifies the system providing the data the field plugin will read. 55 * Identifies the system providing the data the field plugin will read.
56 * 56 *
57 * The source_module is expected to be the name of a Drupal module that must 57 * The source_module is expected to be the name of a Drupal module that must
58 * must be installed in the source database. 58 * be installed in the source database.
59 * 59 *
60 * @var string 60 * @var string
61 */ 61 */
62 public $source_module; 62 public $source_module;
63 63