Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface SubscriberInterface
+ Graphe d'héritage de SubscriberInterface:

Fonctions membres publiques statiques

static getSubscribedEvents ()
 

Description détaillée

Interface for event subscribers.

Depuis
2.0.0

Documentation des fonctions membres

◆ getSubscribedEvents()

static getSubscribedEvents ( )
static

Returns an array of events this subscriber will listen to.

The array keys are event names and the value can be:

  • The method name to call (priority defaults to 0)
  • An array composed of the method name to call and the priority

For instance:

  • array('eventName' => 'methodName')
  • array('eventName' => array('methodName', $priority))
Renvoie
array
Depuis
2.0.0

Implémenté dans PlgSystemHttpHeaders, Webauthn, PlgSystemDebug, Cache, Email, PlgSystemTasknotification, Fixed, PlgWorkflowFeaturing, Totp, Yubikey, PlgWorkflowPublishing, SiteStatus, DemoTasks, Webauthn, PlgSystemSchedulerunner, PlgWorkflowNotification, PlgSystemRedirect, Checkfiles, Joomlaupdate, Shortcut, Requests, PlgSystemJooa11y, Taggable, et Versionable.

Référencé par Dispatcher\addSubscriber(), et Dispatcher\removeSubscriber().


La documentation de cette interface a été générée à partir du fichier suivant :