class PaymentMethodConfiguration in Payment 8.2
Same name in this branch
- 8.2 src/Entity/PaymentMethodConfiguration.php \Drupal\payment\Entity\PaymentMethodConfiguration
- 8.2 src/Annotations/PaymentMethodConfiguration.php \Drupal\payment\Annotations\PaymentMethodConfiguration
Defines a payment method configuration plugin annotation.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface- class \Drupal\payment\Annotations\PaymentMethodConfiguration
 
Expanded class hierarchy of PaymentMethodConfiguration
1 file declares its use of PaymentMethodConfiguration
- PaymentMethodConfigurationManager.php in src/Plugin/ Payment/ MethodConfiguration/ PaymentMethodConfigurationManager.php 
1 class is annotated with PaymentMethodConfiguration
File
- src/Annotations/ PaymentMethodConfiguration.php, line 12 
Namespace
Drupal\payment\AnnotationsView source
class PaymentMethodConfiguration extends Plugin {
  /**
   * The translated human-readable plugin name (optional).
   *
   * @var string
   */
  public $description = '';
  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;
  /**
   * The translated human-readable plugin name.
   *
   * @var string
   */
  public $label;
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| PaymentMethodConfiguration:: | public | property | The translated human-readable plugin name (optional). | |
| PaymentMethodConfiguration:: | public | property | The plugin ID. | |
| PaymentMethodConfiguration:: | public | property | The translated human-readable plugin name. | |
| Plugin:: | protected | property | The plugin definition read from the class annotation. | 1 | 
| Plugin:: | public | function | Gets the value of an annotation. Overrides AnnotationInterface:: | 5 | 
| Plugin:: | public | function | Gets the class of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Gets the unique ID for this annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | protected | function | Parses an annotation into its definition. | |
| Plugin:: | public | function | Sets the class of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Constructs a Plugin object. | 2 | 
