CheckDisableForm |
class |
Drupal\prod_check\Form |
src/Form/CheckDisableForm.php |
Provides the production check disable form. |
|
|
|
CheckEditForm |
class |
Drupal\prod_check\Form |
src/Form/CheckEditForm.php |
Provides a form for processor edit forms. |
|
|
|
CheckEnableForm |
class |
Drupal\prod_check\Form |
src/Form/CheckEnableForm.php |
Provides the production check disable form. |
|
|
|
CheckFormBase |
abstract class |
Drupal\prod_check\Form |
src/Form/CheckFormBase.php |
Provides a base form for prod check forms. |
1 |
|
|
CheckListBuilder |
class |
Drupal\prod_check |
src/CheckListBuilder.php |
Defines a class to build a listing of prod check processor entities. |
|
|
|
CheckPluginCollection |
class |
Drupal\prod_check |
src/CheckPluginCollection.php |
Provides a container for lazily loading prod check plugins. |
|
1 |
|
ConfigurableProdCheckProcessorBase |
abstract class |
Drupal\prod_check\Plugin\ProdCheckProcessor |
src/Plugin/ProdCheckProcessor/ConfigurableProdCheckProcessorBase.php |
Provides a base implementation for a configurable Production check processor plugin. |
1 |
1 |
|
Contact |
class |
Drupal\prod_check\Plugin\ProdCheck\Modules |
src/Plugin/ProdCheck/Modules/Contact.php |
Contact status check |
|
|
|
CssAggregated |
class |
Drupal\prod_check\Plugin\ProdCheck\Performance |
src/Plugin/ProdCheck/Performance/CssAggregated.php |
CSS aggregation check |
|
|
|
DbLog |
class |
Drupal\prod_check\Plugin\ProdCheck\Server |
src/Plugin/ProdCheck/Server/DbLog.php |
Dblog report |
|
|
|
Devel |
class |
Drupal\prod_check\Plugin\ProdCheck\Modules |
src/Plugin/ProdCheck/Modules/Devel.php |
Devel status check |
|
|
|
DevelGenerate |
class |
Drupal\prod_check\Plugin\ProdCheck\Modules |
src/Plugin/ProdCheck/Modules/DevelGenerate.php |
Devel generate check |
|
|
|
DevelNodeAccess |
class |
Drupal\prod_check\Plugin\ProdCheck\Modules |
src/Plugin/ProdCheck/Modules/DevelNodeAccess.php |
Devel node access check |
|
|
|
ErrorReporting |
class |
Drupal\prod_check\Plugin\ProdCheck\Settings |
src/Plugin/ProdCheck/Settings/ErrorReporting.php |
User register settings check |
|
|
|
Internal |
class |
Drupal\prod_check\Plugin\ProdCheckProcessor |
src/Plugin/ProdCheckProcessor/Internal.php |
Internal processor that handles processing of all checks. |
1 |
1 |
|
JsAggregated |
class |
Drupal\prod_check\Plugin\ProdCheck\Performance |
src/Plugin/ProdCheck/Performance/JsAggregated.php |
JS aggregation check |
|
|
|
ModuleList |
class |
Drupal\prod_check\Plugin\ProdCheck\Modules |
src/Plugin/ProdCheck/Modules/ModuleList.php |
Returns a list of installed modules (and their updates). |
|
|
|
ModulesBase |
abstract class |
Drupal\prod_check\Plugin\ProdCheck\Modules |
src/Plugin/ProdCheck/Modules/ModulesBase.php |
Generic module check class |
3 |
|
|
PoormansCron |
class |
Drupal\prod_check\Plugin\ProdCheck\Settings |
src/Plugin/ProdCheck/Settings/PoormansCron.php |
Poormans cron check. |
|
|
|
ProcessorEditForm |
class |
Drupal\prod_check\Form |
src/Form/ProcessorEditForm.php |
Provides a form for processor edit forms. |
|
|
|
ProcessorFormBase |
abstract class |
Drupal\prod_check\Form |
src/Form/ProcessorFormBase.php |
Provides a base form for processor forms. |
1 |
|
|
ProcessorListBuilder |
class |
Drupal\prod_check |
src/ProcessorListBuilder.php |
Defines a class to build a listing of prod check processor entities. |
|
|
|
ProcessorPluginCollection |
class |
Drupal\prod_check |
src/ProcessorPluginCollection.php |
Provides a container for lazily loading Processor plugins. |
|
1 |
|
ProdCheck |
class |
Drupal\prod_check\Annotation |
src/Annotation/ProdCheck.php |
Defines a Plugin annotation object for prod checks. |
|
|
|
ProdCheck |
class |
Drupal\prod_check\Entity |
src/Entity/ProdCheck.php |
Defines the configured prod check entity. |
|
|
|
ProdCheck |
class |
Drupal\prod_check |
src/ProdCheck.php |
Utility class for the prod check module |
|
3 |
|
ProdCheckBase |
abstract class |
Drupal\prod_check\Plugin\ProdCheck |
src/Plugin/ProdCheck/ProdCheckBase.php |
Base class for all the prod check plugins. |
12 |
12 |
|
ProdCheckCategoryPluginManager |
class |
Drupal\prod_check\Plugin |
src/Plugin/ProdCheckCategoryPluginManager.php |
Defines a prod check categories plugin manager to deal with categories. |
|
3 |
2 |
ProdCheckConfigInterface |
interface |
Drupal\prod_check\Entity |
src/Entity/ProdCheckConfigInterface.php |
Provides an interface defining a prod check entity. |
1 |
|
|
ProdCheckInterface |
interface |
Drupal\prod_check\Plugin |
src/Plugin/ProdCheckInterface.php |
Defines an interface for prod checks |
1 |
5 |
|
ProdCheckModulesResource |
class |
Drupal\prod_check_rest\Plugin\rest\resource |
modules/prod_check_rest/src/Plugin/rest/resource/ProdCheckModulesResource.php |
Provides a resource to list all the active modules |
|
|
|
ProdCheckPluginManager |
class |
Drupal\prod_check\Plugin |
src/Plugin/ProdCheckPluginManager.php |
Manages prod check plugins. |
|
3 |
2 |
ProdCheckProcessor |
class |
Drupal\prod_check\Annotation |
src/Annotation/ProdCheckProcessor.php |
Defines a Plugin annotation object for prod check processors. |
|
|
|
ProdCheckProcessor |
class |
Drupal\prod_check\Entity |
src/Entity/ProdCheckProcessor.php |
Defines the configured prod check processor entity. |
|
2 |
|
ProdCheckProcessorBase |
abstract class |
Drupal\prod_check\Plugin\ProdCheckProcessor |
src/Plugin/ProdCheckProcessor/ProdCheckProcessorBase.php |
Base class for all the prod check processor plugins. |
2 |
|
|
ProdCheckProcessorConfigInterface |
interface |
Drupal\prod_check\Entity |
src/Entity/ProdCheckProcessorConfigInterface.php |
Provides an interface defining a prod check processor entity. |
1 |
|
|
ProdCheckProcessorInterface |
interface |
Drupal\prod_check\Plugin |
src/Plugin/ProdCheckProcessorInterface.php |
Defines an interface for prod check processors |
1 |
1 |
|
ProdCheckProcessorPluginManager |
class |
Drupal\prod_check\Plugin |
src/Plugin/ProdCheckProcessorPluginManager.php |
Manages prod check plugins. |
|
2 |
2 |
ProdCheckResource |
class |
Drupal\prod_check_rest\Plugin\rest\resource |
modules/prod_check_rest/src/Plugin/rest/resource/ProdCheckResource.php |
Provides a resource for the prod check report |
|
|
|
ReleaseNotes |
class |
Drupal\prod_check\Plugin\ProdCheck\Server |
src/Plugin/ProdCheck/Server/ReleaseNotes.php |
Release notes check |
|
|
|
Rest |
class |
Drupal\prod_check_rest\Plugin\ProdCheckProcessor |
modules/prod_check_rest/src/Plugin/ProdCheckProcessor/Rest.php |
Release notes check |
|
|
|
SettingsForm |
class |
Drupal\prod_check\Form |
src/Form/SettingsForm.php |
Settings form for production check. |
|
|
1 |
SiteMail |
class |
Drupal\prod_check\Plugin\ProdCheck\Settings |
src/Plugin/ProdCheck/Settings/SiteMail.php |
Site email status check |
|
|
|
StatusReportController |
class |
Drupal\prod_check\Controller |
src/Controller/StatusReportController.php |
Route controller fields. |
|
|
|
Update |
class |
Drupal\prod_check\Plugin\ProdCheck\Modules |
src/Plugin/ProdCheck/Modules/Update.php |
Update status check |
|
|
|
UserRegister |
class |
Drupal\prod_check\Plugin\ProdCheck\Settings |
src/Plugin/ProdCheck/Settings/UserRegister.php |
User register settings check |
|
|
|
XmlRpc |
class |
Drupal\prod_check_xmlrpc\Plugin\ProdCheckProcessor |
modules/prod_check_xmlrpc/src/Plugin/ProdCheckProcessor/XmlRpc.php |
XML-RPC processor |
|
|
|