In the code comments for the __construct()
method of Drupal\facets\Plugin\facets\facet_source\SearchApiDisplay
, it is indicated that a new SearchApiBaseFacetSource
object should be created:
* Constructs a SearchApiBaseFacetSource object.
SearchApiDisplay
extends FacetSourcePluginBase
, which does not appear to extend SearchApiBaseFacetSource
anywhere in its hierarchy.
Is this an erroneous comment, or should SearchApiDisplay
extend SearchApiBaseFacetSource
?
Needs review
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.