6734d3b509636aed1d196e381642a3149cf8ff48
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / SiteValidation.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5
6 /**
7  * The Site Validation group.
8  *
9  * @MetatagGroup(
10  *   id = "site_validation",
11  *   label = @Translation("Site Validation"),
12  *   description = @Translation("These meta tags are used to confirm site ownership with search engines and other services."),
13  *   weight = 10
14  * )
15  */
16 class SiteValidation extends GroupBase {
17   // Inherits everything from Base.
18 }