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

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

namespace Drupal\metatag_favicons\Plugin\metatag\Tag;

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

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

}

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

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