class SchemaEvent in Schema.org Metatag 8.2
Same name and namespace in other branches
- 8 schema_event/src/Plugin/metatag/Group/SchemaEvent.php \Drupal\schema_event\Plugin\metatag\Group\SchemaEvent
Provides a plugin for the 'Event' meta tag group.
Plugin annotation
@MetatagGroup(
id = "schema_event",
label = @Translation("Schema.org: Event"),
description = @Translation("See Schema.org definitions for this Schema type at <a href="":url"">:url</a>. Also see <a href="":url2"">Google's requirements</a>.", arguments = {
":url" = "https://schema.org/Event",
":url2" = "https://developers.google.com/search/docs/data-types/event",
}),
weight = 10,
)
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\metatag\Plugin\metatag\Group\GroupBase
- class \Drupal\schema_metatag\Plugin\metatag\Group\SchemaGroupBase
- class \Drupal\schema_event\Plugin\metatag\Group\SchemaEvent
- class \Drupal\schema_metatag\Plugin\metatag\Group\SchemaGroupBase
- class \Drupal\metatag\Plugin\metatag\Group\GroupBase
Expanded class hierarchy of SchemaEvent
File
- schema_event/
src/ Plugin/ metatag/ Group/ SchemaEvent.php, line 20
Namespace
Drupal\schema_event\Plugin\metatag\GroupView source
class SchemaEvent extends SchemaGroupBase {
}
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. | |
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. | |
SchemaGroupBase:: |
protected | property | Whether this is structured data. | |
SchemaGroupBase:: |
public | function | Returns whether this is structured data. | |
SchemaGroupBase:: |
public | function |
Constructs a \Drupal\Component\Plugin\PluginBase object. Overrides GroupBase:: |