Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/migrate/src/Plugin/MigrateIdMapInterface.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
101 * @return int | 101 * @return int |
102 * The number of imported items. | 102 * The number of imported items. |
103 */ | 103 */ |
104 public function importedCount(); | 104 public function importedCount(); |
105 | 105 |
106 | |
107 /** | 106 /** |
108 * Returns a count of items which are marked as needing update. | 107 * Returns a count of items which are marked as needing update. |
109 * | 108 * |
110 * @return int | 109 * @return int |
111 * The number of items which need updating. | 110 * The number of items which need updating. |