Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'espace de nommage Joomla\CMS\Event

Espaces de nommage

 Model
 
 MultiFactor
 
 Plugin
 
 QuickIcon
 
 Result
 
 Table
 
 View
 
 WebAsset
 
 Workflow
 

Structures de données

class  AbstractEvent
 
class  AbstractImmutableEvent
 
class  AfterExtensionBootEvent
 
class  BeforeExtensionBootEvent
 
class  ErrorEvent
 
class  GenericEvent
 

Fonctions

trait static getEventClassByEventName (string $eventName)
 

Variables

trait CoreEventAware
 

Description détaillée

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Documentation des fonctions

◆ getEventClassByEventName()

trait static Joomla\CMS\Event\getEventClassByEventName ( string  $eventName)
staticprotected

Get the concrete event class name for the given event name.

This method falls back to the generic Joomla class if the event name is unknown to this trait.

Paramètres
string$eventNameThe event name
Renvoie
string The event class name
Depuis
4.2.0

Références class.

Référencé par AbstractEvent\create(), et Joomla\CMS\Application\triggerEvent().

Documentation des variables

◆ CoreEventAware

trait CoreEventAware
Valeur initiale :
{
private static $eventNameToConcreteClass = [
'onBeforeBatch' => BeforeBatchEvent::class,
'onGetIcon' => GetIconEvent::class

Returns the most suitable event class for a Joomla core event name

Depuis
4.2.0