Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier emptystate_module.php

Espaces de nommage

 Joomla\Site
 

Variables

 $icon = $displayData['icon'] ?? 'icon-copy article'
 
 $textPrefix = $displayData['textPrefix'] ?? ''
 
 $textSuffix = $displayData['textSuffix'] ?? ''
 
 $title = $displayData['title'] ?? ''
 
 $componentLangString = $textPrefix . '_EMPTYSTATE_TITLE' . $textSuffix
 
 $moduleLangString = $textPrefix . '_EMPTYSTATE_MODULE_TITLE' . $textSuffix
 
 if (! $title)
 

Documentation des variables

◆ $componentLangString

$componentLangString = $textPrefix . '_EMPTYSTATE_TITLE' . $textSuffix

◆ $icon

$icon = $displayData['icon'] ?? 'icon-copy article'

◆ $moduleLangString

$moduleLangString = $textPrefix . '_EMPTYSTATE_MODULE_TITLE' . $textSuffix

◆ $textPrefix

$textPrefix = $displayData['textPrefix'] ?? ''

◆ $textSuffix

$textSuffix = $displayData['textSuffix'] ?? ''

◆ $title

$title = $displayData['title'] ?? ''

◆ if

if(! $title)