You are here

statistics_node_counter.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/statistics/migrations/statistics_node_counter.yml
core/modules/statistics/migrations/statistics_node_counter.yml

File

core/modules/statistics/migrations/statistics_node_counter.yml
View source
  1. id: statistics_node_counter
  2. label: Node counter
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Content
  7. source:
  8. plugin: node_counter
  9. process:
  10. nid:
  11. -
  12. plugin: migration_lookup
  13. migration:
  14. - d6_node_complete
  15. - d7_node_complete
  16. - d6_node
  17. - d7_node
  18. source: nid
  19. -
  20. plugin: node_complete_node_lookup
  21. -
  22. plugin: skip_on_empty
  23. method: row
  24. totalcount: totalcount
  25. daycount: daycount
  26. timestamp: timestamp
  27. destination:
  28. plugin: node_counter
  29. migration_dependencies:
  30. optional:
  31. - d6_node
  32. - d7_node