Skip to content
Snippets Groups Projects

Convert OpenerResolver to use a service collector.

1 unresolved thread

Closes #3421480

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
18 16 */
19 17 class OpenerResolver implements OpenerResolverInterface {
20 18
21 use ContainerAwareTrait;
19 /**
20 * @var \Drupal\media_library\MediaLibraryOpenerInterface[]
21 */
22 protected array $openers;
  • Andrey Postnikov added 19 commits

    added 19 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading