PHP 8.4 deprecation warnings in Search API module

Created on 20 January 2025, 2 months ago
Updated 21 January 2025, 2 months ago

Problem/Motivation

When using PHP 8.4 with Drupal 10 and the Search API module, the following deprecation warnings are encountered:

  1. _search_api_views_handler_adjustments(): Implicitly marking parameter $sub_type as nullable is deprecated.
  2. File: /app/web/modules/contrib/search_api/search_api.views.inc, Line: 445.
  3. Drupal\search_api\Entity\Index::setServer(): Implicitly marking parameter $server as nullable is deprecated
  4. File: /app/web/modules/contrib/search_api/src/Entity/Index.php, Line: 523

Steps to reproduce

  1. Set up a Drupal 10 site with PHP 8.4
  2. Install and enable the Search API module (latest version)
  3. Start the project
  4. Check the error logs or enable deprecation warnings display in your development environment
  5. Observe the deprecation warnings related to the Search API module

Proposed resolution

Update the affected functions to explicitly declare nullable parameters:

  1. In search_api.views.inc, update the _search_api_views_handler_adjustments() function signature to explicitly declare $sub_type as nullable.
  2. In src/Entity/Index.php, update the setServer() method signature to explicitly declare $server as nullable.

Remaining tasks

  1. Implement the proposed changes in the affected files
  2. Test the changes to ensure they resolve the deprecation warnings without introducing new issues
  3. Create a patch file with the changes
  4. Update this issue with the patch file and test results
  5. Review and test the patch by the module maintainers
  6. Commit the changes to the Search API module repository
🐛 Bug report
Status

Active

Version

1.0

Component

General code

Created by

🇺🇸United States ryankolsen South Carolina

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024