You are here

public function MigrationPluginsAlterer::__construct in Paragraphs 8

Constructs a MigratePluginAlterer object.

Parameters

\Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory: The logger factory service.

File

src/MigrationPluginsAlterer.php, line 29

Class

MigrationPluginsAlterer
Class MigrationPluginsAlterer.

Namespace

Drupal\paragraphs

Code

public function __construct(LoggerChannelFactoryInterface $logger_factory) {
  $this->loggerChannel = $logger_factory
    ->get('paragraphs');
}