By nicxvan on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0
Issue links:
Description:
views_invalidate_cache() has been deprecated.
It has been split into two methods Views::invalidateCache() and Views::routeRebuildNeeded()
The logic has been moved to each plugin's postSaveView
The configuration changes are now checked to determine which action to take.
Critically route rebuilds should only happen when actually necessary.
Impacts:
Module developers