Problem/Motivation

Some use cases involving configuration updates require limiting actions to a particular subset of extensions. Currently, config_provider loads data from all extensions.

Proposed resolution

Introduce an $extensions argument to ConfigCollector::getInstallableConfig()that would limit configuration loaded to a specified set of extensions, defaulting to all if empty.

Provide a new method, ConfigProviderBase::listConfig(), that lists config by an optional set of extensions.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

nedjo created an issue. See original summary.

nedjo’s picture

Issue summary: View changes
nedjo’s picture

Issue summary: View changes

  • nedjo committed e6e6533 on 8.x-1.x
    Issue #2797273 by nedjo: Enable filtering the data returned by extension
    
nedjo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.