Call to deprecated method stopPropagation and isPropagationStopped

Created on 23 May 2023, over 1 year ago
Updated 17 June 2023, over 1 year ago

Problem/Motivation

Call to deprecated method stopPropagation() of class Symfony\Component\EventDispatcher\Event: since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

The above error is on line #73 in web/modules/contrib/search_api/src/Plugin/search_api/datasource/ContentEntityTaskManager.php, line#131 in web/modules/contrib/search_api/src/Task/IndexTaskManager.php, line#109 in web/modules/contrib/search_api/src/Task/ServerTaskManager.php, line#58 and 69 in web/modules/contrib/search_api/tests/modules/search_api_test_tasks/src/TestTaskWorker.php

Call to deprecated method isPropagationStopped() of class Symfony\Component\EventDispatcher\Event: since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead on line#216 in web/modules/contrib/search_api/src/Task/TaskManager.php

The module is scanned with the upgrade_status module and I found the above issues.

🐛 Bug report
Status

Postponed: needs info

Version

1.0

Component

General code

Created by

🇵🇰Pakistan hmdnawaz

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024