- Issue created by @elc
- Merge request !18[#3513321] Use CacheBackendInterface::deleteAll() instead. → (Merged) created by elc
Automatically closed - issue fixed for 2 weeks with no activity.
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
------ ----------------------------------------------------------------
n/a
n/a
n/a
Active
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.