Skip to content
Snippets Groups Projects

Issue #3200809: Add documentation for d6 field source plugins

Closed Issue #3200809: Add documentation for d6 field source plugins
All threads resolved!
All threads resolved!
7 files
+ 49
5
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -8,6 +8,10 @@
@@ -8,6 +8,10 @@
/**
/**
* Drupal 6 field source from database.
* Drupal 6 field source from database.
*
*
 
* For available configuration keys, refer to the parent classes:
 
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
 
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
 
*
* @MigrateSource(
* @MigrateSource(
* id = "d6_field",
* id = "d6_field",
* source_module = "content"
* source_module = "content"
Loading