class ProdCheck in Production check & Production monitor 8
Same name in this branch
- 8 src/ProdCheck.php \Drupal\prod_check\ProdCheck
- 8 src/Annotation/ProdCheck.php \Drupal\prod_check\Annotation\ProdCheck
- 8 src/Entity/ProdCheck.php \Drupal\prod_check\Entity\ProdCheck
Defines a Plugin annotation object for prod checks.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\prod_check\Annotation\ProdCheck
Expanded class hierarchy of ProdCheck
14 classes are annotated with ProdCheck
- Contact in src/
Plugin/ ProdCheck/ Modules/ Contact.php - Contact status check
- CssAggregated in src/
Plugin/ ProdCheck/ Performance/ CssAggregated.php - CSS aggregation check
- DbLog in src/
Plugin/ ProdCheck/ Server/ DbLog.php - Dblog report
- Devel in src/
Plugin/ ProdCheck/ Modules/ Devel.php - Devel status check
- DevelGenerate in src/
Plugin/ ProdCheck/ Modules/ DevelGenerate.php - Devel generate check
File
- src/
Annotation/ ProdCheck.php, line 12
Namespace
Drupal\prod_check\AnnotationView source
class ProdCheck 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 |
ProdCheck:: |
public | property | The plugin ID. | |
ProdCheck:: |
public | property | The title of the plugin. |