Loading src/Event/QueryStringCreated.php +5 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,11 @@ use Symfony\Component\HttpFoundation\ParameterBag; final class QueryStringCreated extends Event { /** * @deprecated use FacetsEvents::QUERY_STRING_CREATED instead * The event name. * * @deprecated in facets:2.0.1 and is removed from facets:3.0.0. Use FacetsEvents::QUERY_STRING_CREATED instead. * * @see https://www.drupal.org/project/facets/issues/3257441 */ public const NAME = FacetsEvents::QUERY_STRING_CREATED; Loading Loading
src/Event/QueryStringCreated.php +5 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,11 @@ use Symfony\Component\HttpFoundation\ParameterBag; final class QueryStringCreated extends Event { /** * @deprecated use FacetsEvents::QUERY_STRING_CREATED instead * The event name. * * @deprecated in facets:2.0.1 and is removed from facets:3.0.0. Use FacetsEvents::QUERY_STRING_CREATED instead. * * @see https://www.drupal.org/project/facets/issues/3257441 */ public const NAME = FacetsEvents::QUERY_STRING_CREATED; Loading