Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier layouts/joomla/system/message.php

Espaces de nommage

 Joomla\Site
 

Variables

 $msgList = $displayData['msgList']
 
 $document = Factory::getDocument()
 
 $msgOutput = ''
 
 $alert
 
 if (is_array( $msgList) &&!empty( $msgList))
 

Documentation des variables

◆ $alert

$alert
Valeur initiale :
= [
CMSApplication::MSG_EMERGENCY => 'danger'

Référencé par ConfirmButton\_getCommand(), StandardButton\_getCommand(), et HtmlView\addToolbar().

◆ $document

$document = Factory::getDocument()

◆ $msgList

$msgList = $displayData['msgList']

Référencé par MessageRenderer\render().

◆ $msgOutput

$msgOutput = ''

◆ if

if(is_array($msgList) &&!empty($msgList))