loadAllFeatures static method

List<Feature> loadAllFeatures()

Load all features — active and archived. Use for management commands.

Implementation

static List<Feature> loadAllFeatures() =>
    [...loadFeatures(), ..._loadArchivedFeatures()];