Problem/Motivation
Deprecated: preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated in /app/web/core/modules/views/src/Plugin/views/argument_validator/Entity.php on line 183
Steps to reproduce
- While using the WYSIWYG, click on media browser button.
- Click "Library" at the top of the modal.
- See the warning at the top of the modal.
Proposed resolution
Don't run preg_split() on $argument variable if null.
Remaining tasks
- Check my fix.
- Correct or guide me to a better solution.
- Test.