Upgraded imagemagick and manually altered pdf to image module to handle changes....
[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  * The Site Validation group.
7  *
8  * @MetatagGroup(
9  *   id = "site_validation",
10  *   label = @Translation("Site Validation"),
11  *   description = @Translation("These meta tags are used to confirm site ownership with search engines and other services."),
12  *   weight = 10
13  * )
14  */
15 class SiteValidation extends GroupBase {
16   // Inherits everything from Base.
17 }