Loading core/modules/block/src/Plugin/migrate/process/BlockPluginId.php +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateLookupInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\MigrateExecutableInterface; Loading @@ -11,11 +12,7 @@ use Drupal\migrate\Row; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_plugin_id" * ) */ #[MigrateProcess('block_plugin_id')] class BlockPluginId extends ProcessPluginBase implements ContainerFactoryPluginInterface { /** Loading core/modules/block/src/Plugin/migrate/process/BlockRegion.php +2 −5 Original line number Diff line number Diff line Loading @@ -3,16 +3,13 @@ namespace Drupal\block\Plugin\migrate\process; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\Plugin\migrate\process\StaticMap; use Drupal\migrate\Row; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_region" * ) */ #[MigrateProcess('block_region')] class BlockRegion extends StaticMap implements ContainerFactoryPluginInterface { /** Loading core/modules/block/src/Plugin/migrate/process/BlockSettings.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ namespace Drupal\block\Plugin\migrate\process; use Drupal\Core\Block\BlockPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; Loading @@ -10,10 +11,9 @@ // cspell:ignore whois /** * @MigrateProcessPlugin( * id = "block_settings" * ) * Determines the block settings. */ #[MigrateProcess('block_settings')] class BlockSettings extends ProcessPluginBase { /** Loading core/modules/block/src/Plugin/migrate/process/BlockTheme.php +2 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ namespace Drupal\block\Plugin\migrate\process; use Drupal\Core\Config\Config; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\ProcessPluginBase; Loading @@ -10,11 +11,7 @@ use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_theme" * ) */ #[MigrateProcess('block_theme')] class BlockTheme extends ProcessPluginBase implements ContainerFactoryPluginInterface { /** Loading core/modules/block/src/Plugin/migrate/process/BlockVisibility.php +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateLookupInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\MigrateExecutableInterface; Loading @@ -12,11 +13,7 @@ use Drupal\migrate\Row; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_visibility" * ) */ #[MigrateProcess('block_visibility')] class BlockVisibility extends ProcessPluginBase implements ContainerFactoryPluginInterface { /** Loading Loading
core/modules/block/src/Plugin/migrate/process/BlockPluginId.php +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateLookupInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\MigrateExecutableInterface; Loading @@ -11,11 +12,7 @@ use Drupal\migrate\Row; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_plugin_id" * ) */ #[MigrateProcess('block_plugin_id')] class BlockPluginId extends ProcessPluginBase implements ContainerFactoryPluginInterface { /** Loading
core/modules/block/src/Plugin/migrate/process/BlockRegion.php +2 −5 Original line number Diff line number Diff line Loading @@ -3,16 +3,13 @@ namespace Drupal\block\Plugin\migrate\process; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\Plugin\migrate\process\StaticMap; use Drupal\migrate\Row; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_region" * ) */ #[MigrateProcess('block_region')] class BlockRegion extends StaticMap implements ContainerFactoryPluginInterface { /** Loading
core/modules/block/src/Plugin/migrate/process/BlockSettings.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ namespace Drupal\block\Plugin\migrate\process; use Drupal\Core\Block\BlockPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; Loading @@ -10,10 +11,9 @@ // cspell:ignore whois /** * @MigrateProcessPlugin( * id = "block_settings" * ) * Determines the block settings. */ #[MigrateProcess('block_settings')] class BlockSettings extends ProcessPluginBase { /** Loading
core/modules/block/src/Plugin/migrate/process/BlockTheme.php +2 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ namespace Drupal\block\Plugin\migrate\process; use Drupal\Core\Config\Config; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\ProcessPluginBase; Loading @@ -10,11 +11,7 @@ use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_theme" * ) */ #[MigrateProcess('block_theme')] class BlockTheme extends ProcessPluginBase implements ContainerFactoryPluginInterface { /** Loading
core/modules/block/src/Plugin/migrate/process/BlockVisibility.php +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\migrate\Attribute\MigrateProcess; use Drupal\migrate\MigrateLookupInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\MigrateExecutableInterface; Loading @@ -12,11 +13,7 @@ use Drupal\migrate\Row; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @MigrateProcessPlugin( * id = "block_visibility" * ) */ #[MigrateProcess('block_visibility')] class BlockVisibility extends ProcessPluginBase implements ContainerFactoryPluginInterface { /** Loading