class ProdCheckProcessor in Production check & Production monitor 8
Same name in this branch
- 8 src/Annotation/ProdCheckProcessor.php \Drupal\prod_check\Annotation\ProdCheckProcessor
- 8 src/Entity/ProdCheckProcessor.php \Drupal\prod_check\Entity\ProdCheckProcessor
Defines a Plugin annotation object for prod check processors.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\prod_check\Annotation\ProdCheckProcessor
Expanded class hierarchy of ProdCheckProcessor
3 classes are annotated with ProdCheckProcessor
- Internal in src/
Plugin/ ProdCheckProcessor/ Internal.php - Internal processor that handles processing of all checks.
- Rest in modules/
prod_check_rest/ src/ Plugin/ ProdCheckProcessor/ Rest.php - Release notes check
- XmlRpc in modules/
prod_check_xmlrpc/ src/ Plugin/ ProdCheckProcessor/ XmlRpc.php - XML-RPC processor
File
- src/
Annotation/ ProdCheckProcessor.php, line 12
Namespace
Drupal\prod_check\AnnotationView source
class ProdCheckProcessor extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The title of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $title;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
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 |
ProdCheckProcessor:: |
public | property | The plugin ID. | |
ProdCheckProcessor:: |
public | property | The title of the plugin. |