You are here

protected property BlockVisibility::$migrationPlugin in Drupal 8

The migration process plugin.

The plugin is configured for lookups in the d6_user_role and d7_user_role migrations.

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/BlockVisibility.php, line 43

Class

BlockVisibility
Plugin annotation @MigrateProcessPlugin( id = "block_visibility" )

Namespace

Drupal\block\Plugin\migrate\process

Code

protected $migrationPlugin;