You are here

namespace Drupal\migrate_example\Plugin\migrate\source in Migrate Plus 8.2

Same name in other branches
  1. 8.5 Drupal\migrate_example\Plugin\migrate\source
  2. 8 Drupal\migrate_example\Plugin\migrate\source
  3. 8.3 Drupal\migrate_example\Plugin\migrate\source
  4. 8.4 Drupal\migrate_example\Plugin\migrate\source
Classsort descending Location Description
BeerComment migrate_example/src/Plugin/migrate/source/BeerComment.php Source plugin for beer comments.
BeerNode migrate_example/src/Plugin/migrate/source/BeerNode.php Source plugin for beer content.
BeerTerm migrate_example/src/Plugin/migrate/source/BeerTerm.php This is an example of a simple SQL-based source plugin. Source plugins are classes which deliver source data to the processing pipeline. For SQL sources, the SqlBase class provides most of the functionality needed - for a specific migration, you are…
BeerUser migrate_example/src/Plugin/migrate/source/BeerUser.php Source plugin for beer user accounts.