Problem/Motivation
#2216071: Views plugins need a way to store additional dependencies went in, which is good. However, this only really has a mechanism in place for storing dependencies for handlers, not all views plugins. We need this for other plugins such as display, style, row, cache, etc..
Proposed resolution
Get all plugin dependencies when a view is saved.
Remaining tasks
- Decide if this should be at the config entity level, or just in the views UI level.
- Plan best approach to doing this
User interface changes
None
API changes
None