2 defined('TYPO3_MODE') or die();
4 if (!isset($GLOBALS['TCA']['fe_users']['ctrl']['type'])) {
7 'type' => 'tx_extbase_type',
10 'tx_extbase_type' => array(
12 'label' => 'LLL:EXT:extbase/Resources/Private/Language/locallang_db.xlf:fe_users.tx_extbase_type',
16 array('LLL:EXT:extbase/Resources/Private/Language/locallang_db.xlf:fe_users.tx_extbase_type.0', '0'),
17 array('LLL:EXT:extbase/Resources/Private/Language/locallang_db.xlf:fe_users.tx_extbase_type.Tx_Extbase_Domain_Model_FrontendUser', 'Tx_Extbase_Domain_Model_FrontendUser')
26 'Tx_Extbase_Domain_Model_FrontendUser' => $GLOBALS['TCA']['fe_users']['types']['0'],
29 $GLOBALS['TCA']['fe_users'] = array_replace_recursive($GLOBALS['TCA']['fe_users'], $tca);
30 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::addToAllTCAtypes('fe_users', 'tx_extbase_type');
32 $GLOBALS['TCA']['fe_users']['types']['Tx_Extbase_Domain_Model_FrontendUser'] = $GLOBALS['TCA']['fe_users']['types']['0'];