Followup #2999721: [META] Deprecate the legacy include files
Problem/Motivation
Convert drupal_rebuild function into Cache static method.
Proposed resolution
Remaining tasks
Add new methodReplace body of the function with new method callReplace old function calls with the new method- Create CR
- Add
@deprecated
annotation with message for deprecateddrupal_rebuild
function - Call
@trigger_error
function in deprecateddrupal_rebuild
function - Add legacy test
User interface changes
none
API changes
New method Drupal\Core\Cache\Cache::rebuild
drupal_rebuild
function become deprecated.
Data model changes
none