- Issue created by @jeff.hartman
To be able to use the Monolog module ( https://www.drupal.org/project/monolog β ) on a site which also uses the Acquia DAM module.
composer require 'drupal/monolog:^3.0'
drush en monolog
Results in:
TypeError: Drupal\acquia_dam\AssetFileEntityHelper::__construct(): Argument #6 ($loggerChannel) must be of type Drupal\Core\Logger\LoggerChannel, Drupal\monolog\Logger\LoggerInterfacesAdapter given, called in /var/www/html/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php on line 261 in Drupal\acquia_dam\AssetFileEntityHelper->__construct() (line 114 of /var/www/html/docroot/modules/contrib/acquia_dam/src/AssetFileEntityHelper.php)
Update AssetFileEntityHelper to use LoggerChannelInferface.
Active
1.1
Code