You are here

protected property ImgTagToEmbedFilter::$destinationFilterPluginId in Media Migration 8

The plugin ID of the filter which processes the embed code on destination.

Type: string

File

src/Plugin/migrate/process/ImgTagToEmbedFilter.php, line 40

Class

ImgTagToEmbedFilter
Transforms <img src="/files/cat.png"> tags to <drupal-media …>.

Namespace

Drupal\media_migration\Plugin\migrate\process

Code

protected $destinationFilterPluginId;