|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| if(TYPO3_MODE== 'BE') | $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']['providers']['extbase'][] = 'tx_extbase_utility_extbaserequirementscheck' |
| if(!isset($TCA['fe_groups']['ctrl']['type'])) | $TCA ['fe_users']['types']['Tx_Extbase_Domain_Model_FrontendUser'] = $TCA['fe_users']['types']['0'] |
| if(!isset($TCA['fe_groups']['ctrl']['type'])) | $TCA ['fe_groups']['types']['Tx_Extbase_Domain_Model_FrontendUserGroup'] = $TCA['fe_groups']['types']['0'] |
| if (TYPO3_MODE== 'BE') $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']['providers']['extbase'][] = 'tx_extbase_utility_extbaserequirementscheck' |
Definition at line 31 of file ext_tables.php.
| if (!isset($TCA['fe_groups']['ctrl']['type'])) $TCA['fe_users']['types']['Tx_Extbase_Domain_Model_FrontendUser'] = $TCA['fe_users']['types']['0'] |
Definition at line 55 of file ext_tables.php.
| if (!isset($TCA['fe_groups']['ctrl']['type'])) $TCA['fe_groups']['types']['Tx_Extbase_Domain_Model_FrontendUserGroup'] = $TCA['fe_groups']['types']['0'] |
Definition at line 79 of file ext_tables.php.
1.7.5.1