TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\ContextHelp\ExtDirect\ContextHelpDataProvider Class Reference
Inheritance diagram for TYPO3\CMS\ContextHelp\ExtDirect\ContextHelpDataProvider:
extDirect_DataProvider_ContextHelp

Public Member Functions

 getContextHelp ($table, $field)
 
 getTableContextHelp ($table)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! ExtDirect DataProvider for ContextHelp

Author
Steffen Kamper steff.nosp@m.en@t.nosp@m.ypo3..nosp@m.org

Definition at line 22 of file ContextHelpDataProvider.php.

Member Function Documentation

◆ getContextHelp()

TYPO3\CMS\ContextHelp\ExtDirect\ContextHelpDataProvider::getContextHelp (   $table,
  $field 
)

Fetch the context help for the given table/field parameters

Parameters
string$tableTable identifier
string$fieldField identifier
Returns
array complete Help information

Definition at line 31 of file ContextHelpDataProvider.php.

References TYPO3\CMS\Backend\Utility\IconUtility\getSpriteIcon(), and TYPO3\CMS\Backend\Utility\BackendUtility\helpTextArray().

◆ getTableContextHelp()

TYPO3\CMS\ContextHelp\ExtDirect\ContextHelpDataProvider::getTableContextHelp (   $table)

Fetch the context help for the given table

Parameters
string$tableTable identifier
Returns
array Complete help information

Definition at line 48 of file ContextHelpDataProvider.php.

References $GLOBALS, and TYPO3\CMS\Backend\Utility\IconUtility\getSpriteIcon().