- Issue created by @dpi
The constructor for \Drupal\media_library\MediaLibraryState
should not be public, since it is not a valid way to create the object, since the create method is a static factory.
It looks like this is just an omission from the initial implementation.
Swap out public for private, in \Drupal\media_library\MediaLibraryState::__construct
Do it.
None
Close off an unused and invalid API.
None
Not required.
Active
11.0 π₯
Last updated