class GoogleScholar in Metatag Google Scholar 8
The Google Scholar group.
Plugin annotation
@MetatagGroup(
  id = "google_scholar",
  label = @Translation("Google Scholar"),
  description = @Translation("Meta tags for indexing scholarly articles in Google Scholar."),
  weight = 3
)
  Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\metatag\Plugin\metatag\Group\GroupBase
- class \Drupal\metatag_google_scholar\Plugin\metatag\Group\GoogleScholar
 
 
 - class \Drupal\metatag\Plugin\metatag\Group\GroupBase
 
Expanded class hierarchy of GoogleScholar
File
- src/
Plugin/ metatag/ Group/ GoogleScholar.php, line 17  
Namespace
Drupal\metatag_google_scholar\Plugin\metatag\GroupView source
class GoogleScholar extends GroupBase {
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            GroupBase:: | 
                  protected | property | Description of the group. | |
| 
            GroupBase:: | 
                  protected | property | Machine name of the meta tag group plugin. | |
| 
            GroupBase:: | 
                  protected | property | The name of the group. | |
| 
            GroupBase:: | 
                  public | function | This group object's description. | |
| 
            GroupBase:: | 
                  public | function | Get this group's internal ID. | |
| 
            GroupBase:: | 
                  public | function | Whether or not this group is being used. | |
| 
            GroupBase:: | 
                  public | function | Get this group's human-friendly name. | |
| 
            GroupBase:: | 
                  public | function | 
            Constructs a \Drupal\Component\Plugin\PluginBase object. Overrides PluginBase:: | 
                  |
| 
            PluginBase:: | 
                  protected | property | Configuration information passed into the plugin. | 1 | 
| 
            PluginBase:: | 
                  protected | property | The plugin implementation definition. | 1 | 
| 
            PluginBase:: | 
                  protected | property | The plugin_id. | |
| 
            PluginBase:: | 
                  constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
| 
            PluginBase:: | 
                  public | function | 
            Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: | 
                  |
| 
            PluginBase:: | 
                  public | function | 
            Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: | 
                  |
| 
            PluginBase:: | 
                  public | function | 
            Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: | 
                  3 | 
| 
            PluginBase:: | 
                  public | function | 
            Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: | 
                  |
| 
            PluginBase:: | 
                  public | function | Determines if the plugin is configurable. |