metatag-8.x-1.x-dev/src/Plugin/metatag/Group/Basic.php
src/Plugin/metatag/Group/Basic.php
<?php
namespace Drupal\metatag\Plugin\metatag\Group;
/**
* The basic group.
*
* @MetatagGroup(
* id = "basic",
* label = @Translation("Basic tags"),
* description = @Translation("Simple meta tags."),
* weight = -10
* )
*/
class Basic extends GroupBase {
// Inherits everything from Base.
}
