Loading core/modules/block/src/Plugin/migrate/source/Block.php +3 −2 Original line number Diff line number Diff line Loading @@ -6,9 +6,10 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase; /** * Drupal block source from database. * Drupal 6/7 block source from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php +3 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,10 @@ use Drupal\migrate\Row; /** * Gets i18n block data from source database. * Drupal 6 i18n block data from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php +3 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,10 @@ use Drupal\block\Plugin\migrate\source\Block; /** * Gets i18n block data from source database. * Drupal 7 i18n block data from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading core/modules/block_content/src/Plugin/migrate/source/d6/Box.php +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ /** * Drupal 6 block source from database. * * For available configuration keys, refer to the parent classes: * For available configuration keys, refer to the parent classes. * * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php +3 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,10 @@ use Drupal\block_content\Plugin\migrate\source\d7\BlockCustomTranslation as D7BlockCustomTranslation; /** * Gets Drupal 6 i18n custom block translations from database. * Drupal 6 i18n custom block translations source from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading Loading
core/modules/block/src/Plugin/migrate/source/Block.php +3 −2 Original line number Diff line number Diff line Loading @@ -6,9 +6,10 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase; /** * Drupal block source from database. * Drupal 6/7 block source from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php +3 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,10 @@ use Drupal\migrate\Row; /** * Gets i18n block data from source database. * Drupal 6 i18n block data from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php +3 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,10 @@ use Drupal\block\Plugin\migrate\source\Block; /** * Gets i18n block data from source database. * Drupal 7 i18n block data from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading
core/modules/block_content/src/Plugin/migrate/source/d6/Box.php +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ /** * Drupal 6 block source from database. * * For available configuration keys, refer to the parent classes: * For available configuration keys, refer to the parent classes. * * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading
core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php +3 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,10 @@ use Drupal\block_content\Plugin\migrate\source\d7\BlockCustomTranslation as D7BlockCustomTranslation; /** * Gets Drupal 6 i18n custom block translations from database. * Drupal 6 i18n custom block translations source from database. * * For available configuration keys, refer to the parent classes. * * For available configuration keys, refer to the parent classes: * @see \Drupal\migrate\Plugin\migrate\source\SqlBase * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase * Loading