Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier system/privacyconsent/label.php

Espaces de nommage

 Joomla\Plugin
 

Variables

 $text = $label ? (string) $label : (string) $name
 
 $required = true
 
 $class = 'required'
 
if($privacyLink) else
 
 $label = $link . '<span class="star" aria-hidden="true">&#160;*</span>'
 

Documentation des variables

◆ $class

$class = 'required'

◆ $label

$label = $link . '<span class="star" aria-hidden="true">&#160;*</span>'

◆ $required

$required = true

◆ $text

$text = $label ? (string) $label : (string) $name

◆ else

if ( $privacyLink) else
Valeur initiale :
{
$link = '<span class="' . $class . '">' . $text . '</span>'
$link
Definition: administrator/components/com_menus/tmpl/items/modal.php:35
$text
Definition: system/privacyconsent/label.php:54
$class
Definition: system/privacyconsent/label.php:61