diff -u b/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php b/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php --- b/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php +++ b/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php @@ -16,10 +16,10 @@ * The base class for source plugins. * * Available configuration keys: - * - cache_counts: (optional) If set it will cache the source count. - * - skip_count: (optional) If set it will not attempt to count the source. - * - track_changes: (optional) If set it will track changes to incoming data. - * - high_water_property: Information on property used as the high-water mark. + * - cache_counts: (optional)(Integer) If set cache the source count. + * - skip_count: (optional)(Integer) If set not attempt to count the source. + * - track_changes: (optional)(Integer) If set track changes to incoming data. + * - high_water_property: Array of names used for high-water mark. * * @see \Drupal\migrate\Plugin\MigratePluginManager * @see \Drupal\migrate\Annotation\MigrateSource