Skip to content
Snippets Groups Projects

Issue #3199742: Add documentation for block source plugins

Closed Issue #3199742: Add documentation for block source plugins
1 unresolved thread
1 unresolved thread
7 files
+ 29
1
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -8,6 +8,10 @@
/**
* Drupal block 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(
* id = "block",
* source_module = "block"
Loading