You are here

Advanced.php in Metatag 8

File

src/Plugin/metatag/Group/Advanced.php
View source
<?php

namespace Drupal\metatag\Plugin\metatag\Group;


/**
 * The advanced group.
 *
 * @MetatagGroup(
 *   id = "advanced",
 *   label = @Translation("Advanced"),
 *   description = @Translation("Meta tags that might not be needed by many sites."),
 *   weight = 2
 * )
 */
class Advanced extends GroupBase {

}

Classes

Namesort descending Description
Advanced The advanced group.