Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/ift/web/core/modules/path/tests/src/Kernel/Migrate/d6/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/ift/web/core/modules/path/tests/src/Kernel/Migrate/d6/LegacyMigrateUrlAliasTest.php

<?php

namespace Drupal\Tests\path\Kernel\Migrate\d6;

use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;
use Drupal\Tests\Traits\ExpectDeprecationTrait;

/**
 * Tests legacy URL alias migration.
 *
 * @group path
 * @group legacy
 */
class LegacyMigrateUrlAliasTest extends MigrateUrlAliasTest {
  use ExpectDeprecationTrait;

  /**
   * The legacy stub migration to use.
   *
   * @var array
   */
  protected $stubMigration = [
    'id' => 'd6_url_alias',
    'label' => 'URL aliases',
    'migration_tags' =>
      [
        0 => 'Drupal 6',
        1 => 'Content',
      ],
    'source' =>
      [
        'plugin' => 'd6_url_alias',
        'constants' =>
          [
            'slash' => '/',
          ],
      ],
    'process' =>
      [
        'source' =>
          [
            'plugin' => 'concat',
            'source' =>
              [
                0 => 'constants/slash',
                1 => 'src',
              ],
          ],
        'alias' =>
          [
            'plugin' => 'concat',
            'source' =>
              [
                0 => 'constants/slash',
                1 => 'dst',
              ],
          ],
        'langcode' =>
          [
            'plugin' => 'd6_url_alias_language',
            'source' => 'language',
          ],
        'node_translation' =>
          [
            0 =>
              [
                'plugin' => 'explode',
                'source' => 'src',
                'delimiter' => '/',
              ],
            1 =>
              [
                'plugin' => 'extract',
                'default' => 'INVALID_NID',
                'index' =>
                  [
                    0 => 1,
                  ],
              ],
            2 =>
              [
                'plugin' => 'migration_lookup',
                'migration' => 'd6_node_translation',
              ],
          ],
      ],
    'destination' =>
      [
        'plugin' => 'url_alias',
      ],
  ];

  /**
   * {@inheritdoc}
   */
  protected function setUp() {
    MigrateDrupal6TestBase::setUp();
    $this->installEntitySchema('node');
    $this->installEntitySchema('path_alias');
    $this->installConfig(['node']);
    $this->installSchema('node', ['node_access']);
    $this->migrateUsers(FALSE);
    $this->migrateFields();

    $this->executeMigrations([
      'language',
      'd6_node_settings',
      'd6_node',
      'd6_node_translation',
    ]);
    $this->executeMigration(\Drupal::service('plugin.manager.migration')->createStubMigration($this->stubMigration));
    $this->addExpectedDeprecationMessage('UrlAlias is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the entity:path_alias destination instead. See https://www.drupal.org/node/3013865');
  }

}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net