You are here

class ShareUsageDataPlugin in Open Social 8.5

Same name and namespace in other branches
  1. 8.9 modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin
  2. 8.6 modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin
  3. 8.7 modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin
  4. 8.8 modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin
  5. 10.3.x modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin
  6. 10.0.x modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin
  7. 10.1.x modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin
  8. 10.2.x modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php \Drupal\social_lets_connect_usage\Annotation\ShareUsageDataPlugin

Defines a Share usage data plugin item annotation object.

Hierarchy

Expanded class hierarchy of ShareUsageDataPlugin

See also

\Drupal\social_lets_connect_usage\Plugin\ShareUsageDataPluginManager

Plugin API

5 classes are annotated with ShareUsageDataPlugin
EntityTypeCount in modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Plugin/ShareUsageDataPlugin/EntityTypeCount.php
Provides a 'EntityTypeCount' share usage data plugin.
ModulesInstalled in modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Plugin/ShareUsageDataPlugin/ModulesInstalled.php
Provides a 'ModulesInstalled' share usage data plugin.
OpenSocialVersion in modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Plugin/ShareUsageDataPlugin/OpenSocialVersion.php
Provides a 'OpenSocialVersion' share usage data plugin.
SystemData in modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Plugin/ShareUsageDataPlugin/SystemData.php
Provides a 'SystemData' share usage data plugin.
WebsiteUrl in modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Plugin/ShareUsageDataPlugin/WebsiteUrl.php
Provides a 'WebsiteUrl' share usage data plugin.

File

modules/custom/social_lets_connect/modules/social_lets_connect_usage/src/Annotation/ShareUsageDataPlugin.php, line 15

Namespace

Drupal\social_lets_connect_usage\Annotation
View source
class ShareUsageDataPlugin extends Plugin {

  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;

  /**
   * The label of the plugin.
   *
   * @var \Drupal\Core\Annotation\Translation
   *
   * @ingroup plugin_translatable
   */
  public $label;

  /**
   * The key of the setting.
   *
   * @var string
   */
  public $setting;

}

Members

Namesort descending Modifiers Type Description Overrides
Plugin::$definition protected property The plugin definition read from the class annotation. 1
Plugin::get public function Gets the value of an annotation. Overrides AnnotationInterface::get 5
Plugin::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
Plugin::getId public function Gets the unique ID for this annotated class. Overrides AnnotationInterface::getId
Plugin::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
Plugin::parse protected function Parses an annotation into its definition.
Plugin::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
Plugin::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
Plugin::__construct public function Constructs a Plugin object. 2
ShareUsageDataPlugin::$id public property The plugin ID.
ShareUsageDataPlugin::$label public property The label of the plugin.
ShareUsageDataPlugin::$setting public property The key of the setting.