public function MigrationPluginsAlterer::__construct

Constructs a MigratePluginAlterer object.

Parameters

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

File

paragraphs/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');
}