You are here

protected function AppleTouchIconPrecomposed72x72::sizes in Metatag 8

The dimensions supported by this icon.

Return value

string A string in the format "XxY" for a given width and height.

Overrides LinkSizesBase::sizes

File

metatag_favicons/src/Plugin/metatag/Tag/AppleTouchIconPrecomposed72x72.php, line 25

Class

AppleTouchIconPrecomposed72x72
The Favicons "apple-touch-icon-precomposed_72x72" meta tag.

Namespace

Drupal\metatag_favicons\Plugin\metatag\Tag

Code

protected function sizes() {
  return '72x72';
}