diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php b/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php index f9a0420..42ba56d 100644 --- a/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php +++ b/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php @@ -23,15 +23,13 @@ * * Examples: * - * This will return all nodes, from every bundles (if this entity type is - * bundleable) and every translations (if this entity type is translatable). + * This will return all nodes, from every bundle and every translation. * @code * source: * plugin: content_entity:node * @endcode * - * This will only return nodes of type 'article' bundle in their default - * language. + * This will only return nodes of type 'article' in their default language. * @code * source: * plugin: content_entity:node