Skip to content
Snippets Groups Projects

move to migrate_drupal

Open quietone requested to merge issue/drupal-3258581:3258581-to-migrate-drupal into 11.x
2 unresolved threads

Closes #3258581

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
25 30 const CUSTOM_BLOCK_TABLE = 'boxes';
31
32 /**
33 * @deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use
34 * \Drupal\migrate_drupal\Plugin\migrate\source\d6\BoxTranslation::I18N_STRING_TABLE
35 * instead.
36 *
37 * @see https://www.drupal.org/node/3439256
38 */
26 39 const I18N_STRING_TABLE = 'i18n_strings';
27 40
41 /**
42 * {@inheritdoc}
43 */
44 public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition, MigrationInterface $migration = NULL) {
45 @trigger_error('\Drupal\block_content\Plugin\migrate\source\d6\BoxTranslation::create() is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\migrate_drupal\Plugin\migrate\source\d6\BoxTranslation::create() instead. See https://www.drupal.org/node/3439256', E_USER_DEPRECATED);
  • 11 11 /**
    12 12 * Tests i18n content block translations source plugin.
    13 13 *
    14 * @covers \Drupal\block_content\Plugin\migrate\source\d6\BoxTranslation
    14 * @covers \Drupal\migrate_drupal\Plugin\migrate\source\d6\BoxTranslation
  • godotislate added 1 commit

    added 1 commit

    • 368fb364 - Move tests to migrate_drupal.

    Compare with previous version

  • godotislate added 1 commit

    added 1 commit

    • 732fed94 - Trigger warnings in plugin constructors.

    Compare with previous version

  • godotislate added 6 commits

    added 6 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading