Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier administrator/components/com_workflow/tmpl/stage/edit.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $wa = $this->document->getWebAssetManager()
 
 $app = Factory::getApplication()
 
 $user = $app->getIdentity()
 
 $input = $app->input
 
 $isModal = $input->get('layout') === 'modal'
 
 $layout = $isModal ? 'modal' : 'edit'
 
 $tmpl = $isModal || $input->get('tmpl', '', 'cmd') === 'component' ? '&tmpl=component' : ''
 
 $clientId = $this->state->get('item.client_id', 0)
 
 $lang = Factory::getLanguage()->getTag()
 
 endif
 

Documentation des variables

◆ $app

$app = Factory::getApplication()

◆ $clientId

$clientId = $this->state->get('item.client_id', 0)

◆ $input

$input = $app->input

◆ $isModal

$isModal = $input->get('layout') === 'modal'

◆ $lang

$lang = Factory::getLanguage()->getTag()

◆ $layout

$layout = $isModal ? 'modal' : 'edit'

◆ $tmpl

$tmpl = $isModal || $input->get('tmpl', '', 'cmd') === 'component' ? '&tmpl=component' : ''

◆ $user

$user = $app->getIdentity()

◆ $wa

$wa = $this->document->getWebAssetManager()

◆ endif

endif