dolibarr/htdocs/core/triggers
Laurent Destailleur 2e42f45c99 FIX php8
2022-07-16 12:02:17 +02:00
..
dolibarrtriggers.class.php
interface_20_all_Logevents.class.php
interface_20_modWorkflow_WorkflowManager.class.php fix spaces 2022-06-24 13:41:21 +02:00
interface_50_modAgenda_ActionsAuto.class.php Missing label for excluded members 2022-06-26 23:51:10 +02:00
interface_50_modBlockedlog_ActionsBlockedLog.class.php
interface_50_modEventOrganization_EventOrganization.class.php
interface_50_modLdap_Ldapsynchro.class.php
interface_50_modMailmanspip_Mailmanspipsynchro.class.php
interface_50_modNotification_Notification.class.php FIX php8 2022-07-16 12:02:17 +02:00
interface_50_modTicket_TicketEmail.class.php Debug v16 2022-05-19 13:52:29 +02:00
interface_80_modStripe_Stripe.class.php Doc 2022-05-23 00:19:15 +02:00
interface_90_modSociete_ContactRoles.class.php
interface_99_modWebhook_WebhookTriggers.class.php fix error management 2022-05-20 17:03:36 +02:00
interface_99_modZapier_ZapierTriggers.class.php Clean code 2022-03-11 13:36:58 +01:00
README
README-FR

Directory content
--------------------------------------------------------
This directory contains all available Dolibarr triggers.

Trigger file name syntax is:
> interface_modModule_Mytrigger.php[-NORUN]

where:
> modModule is part of module descriptor file name found in core/modules
            directory or value 'all' if not enabled by a particular module.
> Mytrigger is name of the trigger. The PHP class inside the trigger file
            would be named InterfaceMytrigger.
> -NORUN is optional and disable completely a trigger file if set. To use 
            a trigger with such a name, rename file to remove the -NORUN part.