Convert OpenerResolver to use a service collector.
1 unresolved thread
Closes #3421480
Merge request reports
Activity
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; changed this line in version 4 of the diff
added 19 commits
-
c8ea149a...6227621d - 15 commits from branch
project:11.x
- 305aa9c7 - Convert OpenerResolver to use a service collector.
- 6c3033b3 - Fix PHPStan.
- c7c8797d - Fix comment.
- 0cabc159 - Fix tests - added filter module (IDK why it was working befor) +nits
Toggle commit list-
c8ea149a...6227621d - 15 commits from branch
Please register or sign in to reply