Skip to content
Snippets Groups Projects

Issue #3501974 by matdemeue: ArgumentCountError: Too few arguments to function...

Open Issue #3501974 by matdemeue: ArgumentCountError: Too few arguments to function...
2 unresolved threads
2 unresolved threads

Issue #3501974 by matdemeue: ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct()

Closes #3501974

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
28 29 * @param \Drupal\postmark\PostmarkHandler $postmark_handler
29 30 * The core mail manager service.
30 31 */
31 public function __construct(ConfigFactoryInterface $config_factory, PostmarkHandler $postmark_handler) {
32 parent::__construct($config_factory);
32 public function __construct(ConfigFactoryInterface $config_factory, PostmarkHandler $postmark_handler, TypedConfigManagerInterface $typed_config_manager) {
33 parent::__construct($config_factory, $typed_config_manager);
  • 40 41 public static function create(ContainerInterface $container) {
    41 42 return new static(
    42 43 $container->get('config.factory'),
    43 $container->get('postmark.mail_handler')
    44 $container->get('postmark.mail_handler'),
    45 $container->get('config.typed')
  • Ankit Pathak added 2 commits

    added 2 commits

    • 9719d2df - 1 commit from branch project:8.x-1.x
    • b3e3d3cf - Merge branch postmark:8.x-1.x into 3501974-argumentcounterror-too-few

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • b7088a1a - Handling typedConfig argument deprecation.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • dc76cfbe - Update file PostmarkSettingsForm.php

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading