Hreflang.php in Metatag 8
File
metatag_hreflang/src/Plugin/metatag/Group/Hreflang.phpView source
<?php
namespace Drupal\metatag_hreflang\Plugin\metatag\Group;
use Drupal\metatag\Plugin\metatag\Group\GroupBase;
/**
* A plugin for the 'Alternative language links (hreflang)' meta tag group.
*
* @MetatagGroup(
* id = "hreflang",
* label = @Translation("Alternative language links (hreflang)"),
* description = @Translation("These meta tags are designed to point visitors to versions of the current page in other languages."),
* weight = 60,
* )
*/
class Hreflang extends GroupBase {
}