Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 unresolved thread

This merge request was automatically created by the Project Update Bot. It contains the changes from run 11-127659.

Merge request reports

Code Quality is loading
Test summary results are being parsed

Merged by Steven AyersSteven Ayers 6 months ago (Nov 4, 2024 3:10pm UTC)

Merge details

  • Changes merged into 8.x-1.x with c335221a (commits were squashed).
  • Did not delete the source branch.

Pipeline #329200 passed with warnings

Pipeline passed with warnings for c335221a on 8.x-1.x

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
98 100 * The entity type bundle info provider.
99 101 * @param \Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler
100 102 * The module handler service.
103 * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_configmanager
104 * The typed config manager.
101 105 */
102 public function __construct(ConfigFactoryInterface $configFactory, EntityFieldManagerInterface $entityFieldManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler) {
103 parent::__construct($configFactory);
106 public function __construct(ConfigFactoryInterface $configFactory, EntityFieldManagerInterface $entityFieldManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, TypedConfigManagerInterface $typed_configmanager) {
107 parent::__construct($configFactory, $typed_configmanager);
  • Joshua Sedler added 1 commit

    added 1 commit

    • 487d16f8 - Use null as fallback for config.typed

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    • b4b70a47 - Remove typing of "$typed_configmanager"

    Compare with previous version

  • Steven Ayers added 1 commit

    added 1 commit

    • dc74d271 - Issue #3434076 by bluegeek9: Automated Drupal 11 compatibility fixes for quick_node_clone

    Compare with previous version

  • Steven Ayers added 1 commit

    added 1 commit

    • a5bf0d11 - Issue #3434076 by bluegeek9: Automated Drupal 11 compatibility fixes for quick_node_clone

    Compare with previous version

  • Steven Ayers added 1 commit

    added 1 commit

    • 15f82e3d - Issue #3434076 by bluegeek9: Automated Drupal 11 compatibility fixes for quick_node_clone

    Compare with previous version

  • Steven Ayers added 1 commit

    added 1 commit

    • 5861fd6a - Issue #3434076 by bluegeek9: Automated Drupal 11 compatibility fixes for quick_node_clone

    Compare with previous version

  • Steven Ayers added 1 commit

    added 1 commit

    • 038a6fb6 - Issue #3434076 by bluegeek9: Automated Drupal 11 compatibility fixes for quick_node_clone

    Compare with previous version

  • Steven Ayers added 1 commit

    added 1 commit

    • b896ffd4 - Issue #3434076 by bluegeek9: Automated Drupal 11 compatibility fixes for quick_node_clone

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading