Home
last modified time | relevance | path

Searched refs:helpTextArray (Results 1 – 9 of 9) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DContextHelpAjaxController.php62 $helpTextArray = BackendUtility::helpTextArray($table, $field);
64 …$moreIcon = $helpTextArray['moreInfo'] ? $iconFactory->getIcon('actions-view-go-forward', Icon::SI…
66 'title' => $helpTextArray['title'],
67 …<p class="help-short' . ($moreIcon ? ' help-has-link' : '') . '">' . $helpTextArray['description']…
69 'moreInfo' => $helpTextArray['moreInfo'],
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/
H A DContextHelpAjaxController.php61 $helpTextArray = BackendUtility::helpTextArray($table, $field);
63 …$moreIcon = $helpTextArray['moreInfo'] ? $iconFactory->getIcon('actions-view-go-forward', Icon::SI…
65 'title' => $helpTextArray['title'],
66 …p class="t3-help-short' . ($moreIcon ? ' tipIsLinked' : '') . '">' . $helpTextArray['description']…
68 'moreInfo' => $helpTextArray['moreInfo']
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/
H A DContextHelpAjaxController.php62 $helpTextArray = BackendUtility::helpTextArray($table, $field);
64 …$moreIcon = $helpTextArray['moreInfo'] ? $iconFactory->getIcon('actions-view-go-forward', Icon::SI…
66 'title' => $helpTextArray['title'],
67 …<p class="help-short' . ($moreIcon ? ' help-has-link' : '') . '">' . $helpTextArray['description']…
69 'moreInfo' => $helpTextArray['moreInfo']
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DAbstractItemProvider.php183 $helpTextArray = $GLOBALS['TCA_DESCR'][$currentTable]['columns'][''];
184 if (!empty($helpTextArray['description'])) {
185 $helpText['description'] = $helpTextArray['description'];
237 …$helpTextArray = $GLOBALS['TCA_DESCR'][$excludeArray['table']]['columns'][$excludeArray['table']] …
238 if (!empty($helpTextArray['description'])) {
239 $helpText['description'] = $helpTextArray['description'];
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php1920 public static function helpTextArray($table, $field) function in TYPO3\\CMS\\Backend\\Utility\\BackendUtility
1963 $helpTextArray = self::helpTextArray($table, $field);
1967 if ($helpTextArray['title'] !== null) {
1968 $output .= '<h2>' . $helpTextArray['title'] . '</h2>';
1971 if ($helpTextArray['moreInfo']) {
1977 if ($helpTextArray['description'] !== null || $arrow) {
1978 …$output .= '<p class="help-short">' . nl2br(htmlspecialchars((string)$helpTextArray['description']…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2188 public static function helpTextArray($table, $field) function in TYPO3\\CMS\\Backend\\Utility\\BackendUtility
2229 $helpTextArray = self::helpTextArray($table, $field);
2233 if ($helpTextArray['title'] !== null) {
2234 $output .= '<h2>' . $helpTextArray['title'] . '</h2>';
2237 if ($helpTextArray['moreInfo']) {
2243 if ($helpTextArray['description'] !== null || $arrow) {
2244 …$output .= '<p class="help-short">' . nl2br(htmlspecialchars($helpTextArray['description'])) . $ar…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2450 public static function helpTextArray($table, $field) function in TYPO3\\CMS\\Backend\\Utility\\BackendUtility
2490 $helpTextArray = self::helpTextArray($table, $field);
2494 if ($helpTextArray['title'] !== null) {
2495 $output .= '<h2>' . $helpTextArray['title'] . '</h2>';
2498 if ($helpTextArray['moreInfo']) {
2504 if ($helpTextArray['description'] !== null || $arrow) {
2505 …$output .= '<p class="t3-help-short">' . nl2br(htmlspecialchars($helpTextArray['description'])) . …
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.4/
H A DImportant-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst186 * :php:`BackendUtility::helpTextArray()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.4/
H A DImportant-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst186 * :php:`BackendUtility::helpTextArray()`