metatag-8.x-1.x-dev/metatag_favicons/src/Plugin/metatag/Tag/Icon96x96.php

metatag_favicons/src/Plugin/metatag/Tag/Icon96x96.php
<?php

namespace Drupal\metatag_favicons\Plugin\metatag\Tag;

/**
 * The Favicons "icon_96x96" meta tag.
 *
 * @MetatagTag(
 *   id = "icon_96x96",
 *   label = @Translation("Icon: 96px x 96px"),
 *   description = @Translation("A PNG image that is 96px wide by 96px high."),
 *   name = "icon",
 *   group = "favicons",
 *   weight = 5,
 *   type = "image",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class Icon96x96 extends LinkSizesBase {

  /**
   * {@inheritdoc}
   */
  protected function iconSize(): string {
    return '96x96';
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc