You are here

protected property MigrateMediaTestBase::$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

File

tests/src/Functional/MigrateMediaTestBase.php, line 44

Class

MigrateMediaTestBase
Provides a base class for testing media migration via the UI.

Namespace

Drupal\Tests\media_migration\Functional

Code

protected $embedTokenDestinationFilterPlugin;