Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / src / Plugin / migrate / source / Block.php
index df4c0e9e194e56cb2e84935d714fa9a5a3923d66..2ef0beff0c6d999fa35cce1bc27cb47b0f02d1cb 100644 (file)
@@ -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.'),