‪TYPO3CMS  10.4
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $feloginExtbase
 
if(! $feloginExtbase) else
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['felogin'] = \TYPO3\CMS\FrontendLogin\Hooks\CmsLayout::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'][\TYPO3\CMS\Felogin\Updates\MigrateFeloginPlugins::class] = \TYPO3\CMS\Felogin\Updates\MigrateFeloginPlugins::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'][\TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype::class] = \TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype::class
 

Variable Documentation

◆ $feloginExtbase

$feloginExtbase
Initial value:
= \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\‪TYPO3\CMS\Core\Configuration\Features::class)
->isFeatureEnabled('felogin.extbase')

Definition at line 14 of file ext_localconf.php.

◆ $GLOBALS [1/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'cms/layout/class.tx_cms_layout.php'][ 'tt_content_drawItem'][ 'felogin'] = \TYPO3\CMS\FrontendLogin\Hooks\CmsLayout::class

Definition at line 53 of file ext_localconf.php.

◆ $GLOBALS [2/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'ext/install'][ 'update'][\TYPO3\CMS\Felogin\Updates\MigrateFeloginPlugins::class] = \TYPO3\CMS\Felogin\Updates\MigrateFeloginPlugins::class

Definition at line 56 of file ext_localconf.php.

◆ $GLOBALS [3/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'ext/install'][ 'update'][\TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype::class] = \TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype::class

Definition at line 58 of file ext_localconf.php.

◆ else

if (! $feloginExtbase) else
Initial value:
{
'Felogin',
'Login',
[
\‪TYPO3\CMS\FrontendLogin\Controller\LoginController::class => 'login, overview',
\‪TYPO3\CMS\FrontendLogin\Controller\PasswordRecoveryController::class => 'recovery,showChangePassword,changePassword'
],
[
\‪TYPO3\CMS\FrontendLogin\Controller\LoginController::class => 'login, overview',
\‪TYPO3\CMS\FrontendLogin\Controller\PasswordRecoveryController::class => 'recovery,showChangePassword,changePassword'
],
\‪TYPO3\CMS\‪Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
)

Definition at line 30 of file ext_localconf.php.

‪TYPO3\CMS\Extbase\Annotation
Definition: IgnoreValidation.php:18
‪TYPO3
‪TYPO3\CMS\Extbase\Utility\ExtensionUtility\configurePlugin
‪static configurePlugin($extensionName, $pluginName, array $controllerActions, array $nonCacheableControllerActions=[], $pluginType=self::PLUGIN_TYPE_PLUGIN)
Definition: ExtensionUtility.php:51