Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / src / Plugin / migrate / source / d7 / BlockCustom.php
index ea336829bfb02d5c69c5422949eb9a7f551e7201..7c166e9d3d5de5c7f037edb187ea8fed22eae30a 100644 (file)
@@ -8,7 +8,8 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
  * Drupal 7 custom block source from database.
  *
  * @MigrateSource(
- *   id = "d7_block_custom"
+ *   id = "d7_block_custom",
+ *   source_module = "block"
  * )
  */
 class BlockCustom extends DrupalSqlBase {