You are here

d7_search_page.yml in Drupal 9

core/modules/search/migrations/d7_search_page.yml

File

core/modules/search/migrations/d7_search_page.yml
View source
  1. id: d7_search_page
  2. label: Search page configuration
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: d7_search_page
  8. variables:
  9. - node_rank_comments
  10. - node_rank_promote
  11. - node_rank_relevance
  12. - node_rank_sticky
  13. - node_rank_views
  14. constants:
  15. suffix: _search
  16. process:
  17. module: module
  18. module_exists:
  19. -
  20. plugin: skip_on_empty
  21. method: row
  22. source: module_exists
  23. status:
  24. -
  25. plugin: static_map
  26. source: status
  27. map:
  28. node: true
  29. user: true
  30. default_value: false
  31. id:
  32. -
  33. plugin: concat
  34. source:
  35. - module
  36. - 'constants/suffix'
  37. plugin:
  38. -
  39. plugin: concat
  40. source:
  41. - module
  42. - 'constants/suffix'
  43. path: module
  44. 'configuration/rankings':
  45. plugin: search_configuration_rankings
  46. destination:
  47. plugin: entity:search_page