You are here

constant MediaMigration::MEDIA_TOKEN_DESTINATION_FILTER_DEFAULT in Media Migration 8

Default embed token destination filter plugin ID.

Actually, MEDIA_TOKEN_DESTINATION_FILTER_MEDIA_EMBED would be the correct default, but doing that would cause a BC break in this module.

@const string

File

src/MediaMigration.php, line 121

Class

MediaMigration
Media Migration configuration and helpers.

Namespace

Drupal\media_migration

Code

const MEDIA_TOKEN_DESTINATION_FILTER_DEFAULT = self::MEDIA_TOKEN_DESTINATION_FILTER_ENTITY_EMBED;