GoogleCse.php in Metatag 8
File
metatag_google_cse/src/Plugin/metatag/Group/GoogleCse.phpView source
<?php
namespace Drupal\metatag_google_cse\Plugin\metatag\Group;
use Drupal\metatag\Plugin\metatag\Group\GroupBase;
/**
* Provides a plugin for the 'Google Custom Search Engine (CSE)' meta tag group.
*
* @MetatagGroup(
* id = "google_cse",
* label = @Translation("Google Custom Search Engine (CSE)"),
* description = @Translation("Meta tags used to control the mobile browser experience. Some of these meta tags have been replaced by newer mobile browsers. These meta tags usually only need to be set globally, rather than per-page."),
* weight = 80,
* )
*/
class GoogleCse extends GroupBase {
}