Call to deprecated method invalidateAll() of interface CacheBackendInterface

Created on 17 March 2025, 21 days ago

Problem/Motivation

Scheduled phpstan check on next minor is now showing a deprecation error:

 ------ ---------------------------------------------------------------- 
  Line   src/Form/SiteVerificationDeleteForm.php                         
 ------ ---------------------------------------------------------------- 
  40     Call to deprecated method invalidateAll() of interface          
         Drupal\Core\Cache\CacheBackendInterface:                        
         in drupal:11.2.0 and is removed from drupal:12.0.0. Use         
           CacheBackendInterface::deleteAll() or cache tag invalidation  
         instead.                                                        
         🪪  method.deprecated                                           
 ------ ---------------------------------------------------------------- 
 ------ ---------------------------------------------------------------- 
  Line   src/Form/SiteVerificationForm.php                               
 ------ ---------------------------------------------------------------- 
  494    Call to deprecated method invalidateAll() of interface          
         Drupal\Core\Cache\CacheBackendInterface:                        
         in drupal:11.2.0 and is removed from drupal:12.0.0. Use         
           CacheBackendInterface::deleteAll() or cache tag invalidation  
         instead.                                                        
         🪪  method.deprecated                                           
 ------ ---------------------------------------------------------------- 
 ------ ---------------------------------------------------------------- 
  Line   src/Form/SiteVerificationStatusForm.php                         
 ------ ---------------------------------------------------------------- 
  100    Call to deprecated method invalidateAll() of interface          
         Drupal\Core\Cache\CacheBackendInterface:                        
         in drupal:11.2.0 and is removed from drupal:12.0.0. Use         
           CacheBackendInterface::deleteAll() or cache tag invalidation  
         instead.                                                        
         🪪  method.deprecated                                           
 ------ ---------------------------------------------------------------- 

Proposed resolution

  • Replace invalidateAll() with deleteAdd() which has been present in core since D8.

Remaining tasks

User interface changes

n/a

API changes

n/a

Data model changes

n/a

📌 Task
Status

Active

Version

3.0

Component

Code

Created by

🇦🇺Australia elc

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024