Problem/Motivation
DisplayPluginBase::applyDisplayCachablityMetadata()
method has a typo in word Cachablity
. The correct name of the method should be applyDisplayCacheabilityMetadata()
.
Proposed resolution
Rename all references to applyDisplayCachablityMetadata()
to correctly spelled applyDisplayCacheabilityMetadata()
.
Remaining tasks
Create a patch.
User interface changes
None.
API changes
Minimal, as DisplayPluginBase::applyDisplayCachablityMetadata()
method is protected. Contrib modules that override classes might need to change the name of the method.
Data model changes
None.