ReinstallParagraphSource.php 228 B

1234567891011121314
  1. <?php
  2. namespace Drupal\reinstall\Plugin\migrate\source;
  3. /**
  4. * Source plugin for terms from a YAML file.
  5. *
  6. * @MigrateSource(
  7. * id = "reinstall_paragraphs"
  8. * )
  9. */
  10. class ReinstallParagraphSource extends SimpleSource {
  11. }