- Issue created by @phenaproxima
- Status changed to Active
10 months ago 12:06pm 9 February 2024 - π¬π§United Kingdom scott_euser
Is there any example we could follow here? I guess we need to validate that the string in views.settings.yml > views.settings > mapping > display_extenders is a valid plugin.
Similar to:
constraints: PluginExists: manager: plugin.manager.views.display
Except in this case we do not have a plugin manager, so perhaps actually the first step is to create a plugin manager for them?
At the moment they are fetched in core/modules/views_ui/src/Form/AdvancedSettingsForm.php via
Views::fetchPluginNames('display_extender')
for example.