Change record status: 
Project: 
Introduced in branch: 
8.x-1.x
Introduced in version: 
8.x-1.22
Description: 

The \Drupal\metatag_favicons\Plugin\metatag\Tag\LinkSizesBase::sizes() method was replaced with \Drupal\metatag_favicons\Plugin\metatag\Tag\LinkSizesBase::iconSizes(), a method name which better describes what it was used for. Contributed modules, and custom modules, which implement this method should switch to using iconSizes().

The sizes() method will be removed in Metatag 2.0.0.

Impacts: 
Module developers