You are here

class Custom in Custom Meta 2.0.x

The custom meta tag group.

Plugin annotation


@MetatagGroup(
  id = "custom_meta",
  label = @Translation("Custom Metatags"),
  description = @Translation("These custom meta tags are designed to use the custom purpose on the website."),
  weight = 3
)

Hierarchy

  • class \Drupal\custom_meta\Plugin\metatag\Group\Custom extends \Drupal\metatag\Plugin\metatag\Group\GroupBase

Expanded class hierarchy of Custom

File

src/Plugin/metatag/Group/Custom.php, line 17

Namespace

Drupal\custom_meta\Plugin\metatag\Group
View source
class Custom extends GroupBase {

}

Members