- πΊπΈUnited States nicxvan
This path has been deprecated we use the full parser but it's cached in the file cache is this worth doing still?
- π¬π§United Kingdom alexpott πͺπΊπ
@nicxvan I'm not sure that this path as been deprecated... we're still doing things like
$extension_discovery = new ExtensionDiscovery($this->root, FALSE, []);
and passing FALSE to $use_info_parser will cause it to use this code path.That said I stand by my comment in #6 ... we should not make this functionality generic so going to close won't fix because there's no been any call for this functionality in the years since this was opened.
- πΊπΈUnited States nicxvan
You're right! I misread the constructor.
I'm still happy to close this.