Commit a7beaeea authored by Ide Braakman's avatar Ide Braakman Committed by Markus Kalkbrenner
Browse files

Issue #3257441 by idebr, mkalkbrenner: Calling the...

Issue #3257441 by idebr, mkalkbrenner: Calling the EventDispatcherInterface::dispatch() method with a string event name as the first argument is deprecated
parent c584df53
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;