1 |
1 |
10000 |
Symfony API |
Parameter $event of method Drupal\nodejs\EventSubscriber\NodejsSubscriber::sendMessages() has typehint with deprecated class Symfony\Component\HttpKernel\Event\PostResponseEvent: since Symfony 4.3, use TerminateEvent instead |
1 |
1 |
10000 |
Symfony API |
Parameter $event of method Drupal\ulogin\EventSubscriber\MaintenanceModeSubscriber::onKernelRequestMaintenance() has typehint with deprecated class Symfony\Component\HttpKernel\Event\GetResponseEvent: since Symfony 4.3, use RequestEvent instead |
1 |
1 |
10000 |
Symfony API |
Symfony\Cmf\Component\Routing\RouteObjectInterface::ROUTE_OBJECT is deprecated and removed in Drupal 10. Use Drupal\Core\Routing\RouteObjectInterface::ROUTE_OBJECT instead. |
1 |
1 |
10000 |
Drupal API, rector covered |
Call to deprecated function file_move(). Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use Drupal\file\FileRepositoryInterface::move() instead. |
1 |
1 |
10000 |
Frontend API |
The 'async' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256 |
1 |
1 |
10000 |
Frontend API |
The 'ulogin' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256 |
1 |
1 |
10000 |
Frontend API |
The 'admin' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256 |
1 |
1 |
10000 |
Other problem |
Parameter $membership_loader of method Drupal\group_taxonomy\GroupTaxonomyService::__construct() has typehint with deprecated class Drupal\group\GroupMembershipLoader. Deprecated in group:3.2.0 and is removed from group:4.0.0. Use the static methods on \Drupal\group\Entity\GroupMembership instead. |
1 |
1 |
10000 |
Symfony API |
Parameter $event of method Drupal\pardot\EventSubscriber\PardotEventSubscriber::evaluateTrackingScope() has typehint with deprecated class Symfony\Component\HttpKernel\Event\GetResponseEvent: since Symfony 4.3, use RequestEvent instead |
1 |
1 |
10000 |
Other problem |
Property Drupal\Tests\pardot\Functional\LoadTest::$modules property must be protected. |
1 |
1 |
10000 |
Symfony API |
Parameter $event of method Drupal\cleanpager\EventSubscriber\CleanPagerSubscriber::checkForRedirection() has typehint with deprecated class Symfony\Component\HttpKernel\Event\GetResponseEvent: since Symfony 4.3, use RequestEvent instead |
1 |
1 |
10000 |
Other problem |
Call to deprecated method toMinorUnits() of class Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\PaymentGatewayBase. |
1 |
1 |
10000 |
Frontend API |
The 'form' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256 |
1 |
1 |
10000 |
Frontend API |
The 'cbb' library is depending on a deprecated library. The core/jquery.cookie asset library is deprecated in Drupal 9.0.0 and will be removed in Drupal 10.0.0. Use the core/js-cookie library instead. See https://www.drupal.org/node/3104677 |
1 |
1 |
10000 |
Drupal API, rector covered |
Call to deprecated method assertHeader() of class Drupal\Tests\BrowserTestBase. Deprecated in drupal:8.3.0 and is removed from drupal:10.0.0. Use $this->assertSession()->responseHeaderEquals() instead. |
1 |
1 |
10000 |
Drupal API, rector covered |
Call to deprecated method assertCacheTag() of class Drupal\Tests\BrowserTestBase. Deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->responseHeaderContains() instead. |
1 |
1 |
10000 |
Other problem |
Property Drupal\Tests\attach_libraries\Functional\LoadTest::$modules property must be protected. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to deprecated function menu_ui_get_menus(). Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use Drupal\system\Entity\Menu::loadMultiple() instead. |
1 |
1 |
10000 |
Other problem |
Add core_version_requirement to designate which Drupal versions is the extension compatible with. See https://drupal.org/node/3070687. |
1 |
1 |
10000 |
Other problem |
Parameter $membership_loader of method Drupal\group_entityqueue\GroupEntityqueueService::__construct() has typehint with deprecated class Drupal\group\GroupMembershipLoader. Deprecated in group:3.2.0 and is removed from group:4.0.0. Use the static methods on \Drupal\group\Entity\GroupMembership instead. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to deprecated method prepareQuery() of class Drupal\oracle\Driver\Database\oracle\Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::prepareStatement instead. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to deprecated method generateTemporaryTableName() of class Drupal\oracle\Driver\Database\oracle\Connection. Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to deprecated method prepare() of class Drupal\Core\Database\Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should instantiate \PDOStatement objects by calling \PDO::prepare in their Connection::prepareStatement method instead. \PDO::prepare should not be called outside of driver code. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to deprecated method prepareQuery() of class Drupal\Core\Database\Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::prepareStatement instead. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Class [redacted] extends deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to method execute() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to method fetch() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to method fetchField() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to method fetchObject() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |
1 |
1 |
10000 |
Drupal API, not rector covered |
Call to method fetchAssoc() of deprecated class Drupal\Core\Database\Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects. |