ProdCheckProcessor.php in Production check & Production monitor 8
Same filename in this branch
Namespace
Drupal\prod_check\AnnotationFile
src/Annotation/ProdCheckProcessor.phpView source
<?php
namespace Drupal\prod_check\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a Plugin annotation object for prod check processors.
*
* @Annotation
*/
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;
}
Classes
Name | Description |
---|---|
ProdCheckProcessor | Defines a Plugin annotation object for prod check processors. |