class ConditionalFieldsHandler in Conditional Fields 8
Same name and namespace in other branches
- 4.x src/Annotation/ConditionalFieldsHandler.php \Drupal\conditional_fields\Annotation\ConditionalFieldsHandler
Defines a ConditionalFieldsHandler annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\conditional_fields\Annotation\ConditionalFieldsHandler
Expanded class hierarchy of ConditionalFieldsHandler
14 classes are annotated with ConditionalFieldsHandler
- Checkbox in src/
Plugin/ conditional_fields/ handler/ Checkbox.php - Provides states handler for single on/off checkbox.
- DateDefault in src/
Plugin/ conditional_fields/ handler/ DateDefault.php - Provides states handler for date combos.
- DateList in src/
Plugin/ conditional_fields/ handler/ DateList.php - Provides states handler for date lists.
- DefaultStateHandler in src/
Plugin/ conditional_fields/ handler/ DefaultStateHandler.php - Provides states handler for text fields.
- EmailDefault in src/
Plugin/ conditional_fields/ handler/ EmailDefault.php - Provides states handler for emails.
File
- src/
Annotation/ ConditionalFieldsHandler.php, line 12
Namespace
Drupal\conditional_fields\AnnotationView source
class ConditionalFieldsHandler extends Plugin {
/**
* The handler ID.
*
* @var string
*/
public $id;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConditionalFieldsHandler:: |
public | property | The handler ID. | |
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 |