Problem/Motivation
Using SyncConfigCollector triggers a (suppressed) deprecation error as of 3.0.0-alpha4 (config_provider >=3.0.0-alpha2):
Calling ConfigCollector::__construct() without the $extension_path_resolver argument is deprecated in config_provider:3.0.0-alpha2 and it will be required in config_provider:3.1.0. See https://www.drupal.org/project/config_provider/issues/3511302
Steps to reproduce
Proposed resolution
Add $extension_path_resolver argument to SyncConfigCollector.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork config_sync-3574728
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
joegraduateComment #5
joegraduateMerged.