You are here

yamlform_to_webform.yml in YAML Form 8

modules/yamlform_to_webform/_config/yamlform_to_webform.yml

File

modules/yamlform_to_webform/_config/yamlform_to_webform.yml
View source
  1. replace:
  2. pre_strings:
  3. 'YAMLFORM': 'WEBFORM'
  4. 'YAML Form': 'Webform'
  5. 'YAML form': 'Webform'
  6. 'YamlForm': 'Webform'
  7. 'Yamlform': 'Webform'
  8. 'yamlform': 'webform'
  9. 'yamlForm': 'webform'
  10. pre_paths: { }
  11. post_strings:
  12. # Code
  13. '"webform" = {': '"form" = {'
  14. "$this->assertCssSelect('webform": "$this->assertCssSelect('form"
  15. # Text
  16. 'Webform validation': 'Form validation'
  17. 'Webform API (FAPI)': 'Form API (FAPI)'
  18. 'structure of the webform.': 'structure of the form.'
  19. 'The current state of the webform.': 'The current state of the form.'
  20. 'This webform is closed.': 'This form is closed.'
  21. 'This webform is confidential': 'This form is confidential'
  22. 'A partially-completed webform was found.': 'A partially-completed form was found.'
  23. 'Sorry...This webform is closed to new submissions.': 'Sorry...This form is closed to new submissions.'
  24. 'Go back to webform': 'Go back to form'
  25. 'Back to webform': 'Back to form'
  26. 'Webform display': 'Form display'
  27. '<p>This is only displayed on the webform view.</p>': '<p>This is only displayed on the form view.</p>'
  28. '<p>This is displayed on the both the webform and submission view.</p>': '<p>This is displayed on the both the form and submission view.</p>'
  29. post_paths:
  30. 'NOTES.md':
  31. '8.x-1.': '8.x-5.'
  32. 'README.md':
  33. '8.x-1.': '8.x-5.'
  34. '9jSOOEpzAy8': 'sQGsfQ_LZJ4'
  35. 'DEVELOPMENT.md':
  36. '8.x-1.': '8.x-5.'
  37. 'http://youtu.be/9jSOOEpzAy8': 'http://youtu.be/sQGsfQ_LZJ4'
  38. 'webform.links.task.yml':
  39. "title: 'Webforms'": "title: 'Forms'"
  40. 'webform.install':
  41. "include_once 'includes/webform.update.inc';\n\n": ""
  42. 'webform_update_8075()': 'webform_update_8001()'
  43. 'webform_update_8076()': 'webform_update_8002()'
  44. 'webform_update_8077()': 'webform_update_8003()'
  45. 'webform_update_8078()': 'webform_update_8004()'
  46. 'webform_update_8079()': 'webform_update_8005()'
  47. 'webform_update_8080()': 'webform_update_8006()'
  48. 'webform_update_8081()': 'webform_update_8007()'
  49. 'webform_update_8082()': 'webform_update_8008()'
  50. 'webform_update_8083()': 'webform_update_8009()'
  51. 'webform_update_8084()': 'webform_update_8010()'
  52. 'webform_to_webform.migration': 'yamlform_to_webform.migration'
  53. "!$module_handler->moduleExists('webform')": "!$module_handler->moduleExists('yamlform')"
  54. "$select->condition('collection', '%webform%', 'LIKE');": "$select->condition('collection', '%yamlform%', 'LIKE');"
  55. "$new_collection = str_replace('webform', 'webform', $record['collection']);": "$new_collection = str_replace('yamlform', 'webform', $record['collection']);"
  56. 'webform.api.php':
  57. 'String representing the name of the webform itself.': 'String representing the name of the form itself.'
  58. 'webform submission webform': 'webform submission form'
  59. 'Nested array of webform elements that comprise the webform.': 'Nested array of form elements that comprise the webform.'
  60. 'config/install/webform.settings.yml':
  61. ' webform ': ' form '
  62. 'drush/webform.drush.inc':
  63. "'aliases' => ['yf": "'aliases' => ['wf"
  64. 'modules/webform_node/config/install/node.type.webform.yml':
  65. 'name: Form': 'name: Webform'
  66. 'A basic page with a form attached.': 'A basic page with a webform attached.'
  67. 'modules/webform_node/config/install/field.field.node.webform.webform.yml':
  68. 'label: Form': 'label: Form'
  69. 'modules/webform_node/webform_node.install':
  70. "use Drupal\\Core\\Serialization\\Yaml;\n": ''
  71. 'modules/webform_ui/webform_ui.module':
  72. "$handlers['webform']": "$handlers['form']"
  73. "setHandlerClass('webform', $handlers['form']);": "setHandlerClass('form', $handlers['form']);"
  74. 'modules/webform_devel/webform_devel.module':
  75. "$handlers['webform']": "$handlers['form']"
  76. "setHandlerClass('webform', $handlers['form']);": "setHandlerClass('form', $handlers['form']);"
  77. 'The Export (form) page': 'The Export (Webform) page'
  78. 'modules/webform_templates/webform_templates.module':
  79. "$handlers['webform']": "$handlers['form']"
  80. "setHandlerClass('webform', $handlers['form']);": "setHandlerClass('form', $handlers['form']);"
  81. 'src/WebformAddonsManager.php':
  82. 'Webform Queue': 'YAML Form Queue'
  83. 'webform_queue': 'yamlform_queue'
  84. 'webform_migrate': 'yamlform_migrate'
  85. 'Webform Migrate': 'YAML Form Migrate'
  86. 'webform submissions': 'form submissions'
  87. 'Drupal 6 Webform module': ' Drupal 6 YAML Form module'
  88. 'Drupal 8 Webform module': ' Drupal 8 YAML Form module'
  89. 'Webform MailChimp': 'YAML Form MailChimp'
  90. 'webform_mailchimp': 'yamlform_mailchimp'
  91. ' webforms': ' forms'
  92. ' Webforms': ' Forms'
  93. 'src/WebformHelpManager.php':
  94. " 'youtube_id' => '": " // 'youtube_id' => '"
  95. 'The Webforms page lists all available webforms,': 'The Forms page lists all available webforms,'
  96. 'It is time to say goodbye...': 'Welcome'
  97. 'It is time to say goodbye to the Webform module and migrate to the Webform module.': 'Welcome to new Webform module for Drupal 8.'
  98. "// 'youtube_id' => 'GKzPSHAiqgU'": "'youtube_id' => 'sQGsfQ_LZJ4'"
  99. 'edit-modules-yaml-form': 'edit-modules-webform'
  100. 'src/WebformLibrariesManager.php':
  101. '8.x-1.x': '8.x-5.x'
  102. 'src/WebformEntitySettingsForm.php':
  103. 'Webform attributes': 'Form attributes'
  104. 'Webform CSS': 'Form CSS'
  105. 'The HTTP method with which the webform will be submitted.': 'The HTTP method with which the form will be submitted.'
  106. 'src/Plugin/WebformElement/WebformMarkupBase.php':
  107. "'webform'": "'form'"
  108. 'webform only': 'form only'
  109. "both webform and": "both form and"
  110. 'src/Tests/WebformSubmissionFormElementTest.php':
  111. 'Webform prefix': 'Form prefix'
  112. 'Webform suffix': 'Form suffix'
  113. 'tests/modules/webform_test/config/install/webform.webform.test_form_properties.yml':
  114. 'Webform prefix': 'Form prefix'
  115. 'Webform suffix': 'Form suffix'
  116. revert:
  117. - 'src/WebformHelpManager.php'
  118. - 'FEATURES.md'