You are here

Basic.php in Metatag 8

File

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

namespace Drupal\metatag\Plugin\metatag\Group;


/**
 * The basic group.
 *
 * @MetatagGroup(
 *   id = "basic",
 *   label = @Translation("Basic tags"),
 *   description = @Translation("Simple meta tags."),
 *   weight = 1
 * )
 */
class Basic extends GroupBase {

}

Classes

Namesort descending Description
Basic The basic group.