You are here

protected property MigrateEmbedMediaTokenToMediaEmbedTest::$embedTokenDestinationFilterPlugin in Media Migration 8

The destination filter plugin ID to target on entity embed token transform.

If this is not null, then the corresponding "$settings" key is written into the settings.php file.

Type: string|null

Overrides MigrateMediaTestBase::$embedTokenDestinationFilterPlugin

File

tests/src/Functional/MigrateEmbedMediaTokenToMediaEmbedTest.php, line 17

Class

MigrateEmbedMediaTokenToMediaEmbedTest
Tests the transformation of embed image media tokens to media_embed.

Namespace

Drupal\Tests\media_migration\Functional

Code

protected $embedTokenDestinationFilterPlugin = 'media_embed';