Skip to content
Snippets Groups Projects

Issue #3260669: automatic_updates_9_3_shim should add update_hook_registry service

Issue #3260669: automatic_updates_9_3_shim should add update_hook_registry service
1 unresolved thread
Merged Adam G-H requested to merge issue/automatic_updates-3260669:3260669-shim-92 into 8.x-2.x
1 unresolved thread

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
34 33 /**
35 34 * Constructs an UpdateController object.
36 35 *
37 * @param \Drupal\Core\Update\UpdateHookRegistry $update_hook_registry
36 * @param object $update_hook_registry
38 37 * The update hook registry service.
39 38 * @param \Drupal\Core\Update\UpdateRegistry $post_update_registry
40 39 * The post-update registry service.
40 *
41 * @todo Give $update_hook_registry the \Drupal\Core\Update\UpdateHookRegistry
42 * type hint when 9.3 is the minimum supported version of core.
41 43 */
42 public function __construct(UpdateHookRegistry $update_hook_registry, UpdateRegistry $post_update_registry) {
44 public function __construct(object $update_hook_registry, UpdateRegistry $post_update_registry) {
  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • 502d2256 - Use a service provider for this

    Compare with previous version

  • Ted Bowman
  • Ted Bowman
  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • f881f0f7 - Make module_installer not lazy

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 8 commits

    added 8 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading