X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FBlock.php;fp=web%2Fcore%2Fmodules%2Fblock%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FBlock.php;h=2ef0beff0c6d999fa35cce1bc27cb47b0f02d1cb;hp=df4c0e9e194e56cb2e84935d714fa9a5a3923d66;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/block/src/Plugin/migrate/source/Block.php b/web/core/modules/block/src/Plugin/migrate/source/Block.php index df4c0e9e1..2ef0beff0 100644 --- a/web/core/modules/block/src/Plugin/migrate/source/Block.php +++ b/web/core/modules/block/src/Plugin/migrate/source/Block.php @@ -10,7 +10,7 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase; * * @MigrateSource( * id = "block", - * source_provider = "block" + * source_module = "block" * ) */ class Block extends DrupalSqlBase { @@ -84,7 +84,7 @@ class Block extends DrupalSqlBase { return [ 'bid' => $this->t('The block numeric identifier.'), 'module' => $this->t('The module providing the block.'), - 'delta' => $this->t('The block\'s delta.'), + 'delta' => $this->t("The block's delta."), 'theme' => $this->t('Which theme the block is placed in.'), 'status' => $this->t('Whether or not the block is enabled.'), 'weight' => $this->t('Weight of the block for ordering within regions.'),