You are here

protected property BlockPluginId::$migrationPlugin in Drupal 8

The migration process plugin.

The plugin is configured for lookups in d6_custom_block and d7_custom_block.

Type: \Drupal\migrate\Plugin\MigrateProcessInterface

Deprecated

in drupal:8.8.x and is removed from drupal:9.0.0. Use the migrate.lookup service instead.

See also

https://www.drupal.org/node/3047268

File

core/modules/block/src/Plugin/migrate/process/BlockPluginId.php, line 35

Class

BlockPluginId
Plugin annotation @MigrateProcessPlugin( id = "block_plugin_id" )

Namespace

Drupal\block\Plugin\migrate\process

Code

protected $migrationPlugin;