I only just noticed this, but we renamed facet-api to facets for drupal 8, this means that the current FacetApiQueryTypeMappingInterface should be renamed to FacetsQueryTypeMappingInterface. Any documentation should also be updated to reflect that name.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

borisson_ created an issue. See original summary.

alan-ps’s picture

This is a patch.

1. src/FacetApiQueryTypeMappingInterface.php renamed to src/FacetsQueryTypeMappingInterface.php
2. all mentions of Facet Api replaced to Facets.

I guess I missed nothing:)

borisson_’s picture

Status: Needs review » Reviewed & tested by the community

Awesome, thanks

drunken monkey’s picture

Status: Reviewed & tested by the community » Fixed

The comment was now wrapped at the wrong point (Joris must be getting old … ;P), but other than that this looks great, of course.
Committed.
Thanks!

  • drunken monkey committed 0cce022 on 8.x-1.x authored by alan-ps
    Issue #2653632 by alan-ps: Renamed FacetApiQueryTypeMappingInterface to...

Status: Fixed » Closed (fixed)

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