|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| if(!defined('TYPO3_MODE')) | $tempColumns |
| $tempColumns ['tx_openid_openid']['config']['eval'] = 'trim,nospace,uniqueInPid' | |
| $GLOBALS ['TYPO3_USER_SETTINGS']['columns']['tx_openid_openid'] | |
| $GLOBALS['TYPO3_USER_SETTINGS']['columns']['tx_openid_openid'] |
array(
'type' => 'user',
'table' => 'be_users',
'label' => 'LLL:EXT:openid/locallang_db.xml:_MOD_user_setup.tx_openid_openid',
'csh' => 'tx_openid_openid',
'userFunc' => 'EXT:openid/class.tx_openid_mod_setup.php:tx_openid_mod_setup->renderOpenID',
'access' => 'tx_openid_mod_setup'
)
Definition at line 37 of file ext_tables.php.
| if (!defined('TYPO3_MODE')) $tempColumns |
array (
'tx_openid_openid' => array (
'exclude' => 0,
'label' => 'LLL:EXT:openid/locallang_db.xml:be_users.tx_openid_openid',
'config' => array (
'type' => 'input',
'size' => '30',
'eval' => 'trim,nospace,unique',
)
),
)
Definition at line 8 of file ext_tables.php.
| $tempColumns['tx_openid_openid']['config']['eval'] = 'trim,nospace,uniqueInPid' |
Definition at line 28 of file ext_tables.php.
1.8.0