TYPO3CMS
9.5
|
Go to the source code of this file.
Variables | |
$GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing'][] = \TYPO3\CMS\IndexedSearch\Indexer::class | |
$GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['headerNoCache']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook::class . '->headerNoCache' | |
$GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['crawler']['procInstructions']['indexed_search'] | |
$GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['crawler']['cli_hooks']['tx_indexedsearch_crawl'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class | |
$GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class | |
$GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class | |
$GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['external_parsers'] | |
$extConf | |
if(isset($extConf['useMysqlFulltext']) &&(bool) $extConf['useMysqlFulltext']) | else |
$extConf |
Definition at line 50 of file ext_localconf.php.
Referenced by TYPO3\CMS\Backend\Controller\LoginController\createLoginLogoutForm(), TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordsUtility\getDefaultSaltingHashingMethod(), TYPO3\CMS\Backend\Form\FormDataProvider\AbstractItemProvider\getExcludeFields(), TYPO3\CMS\Core\Tests\Unit\Configuration\ExtensionConfigurationTest\getWithEmptyPathReturnsEntireExtensionConfiguration(), and TYPO3\CMS\Backend\Controller\BackendController\renderTopbar().
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'crawler'][ 'cli_hooks'][ 'tx_indexedsearch_crawl'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class |
Definition at line 15 of file ext_localconf.php.
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'crawler'][ 'procInstructions'][ 'indexed_search'] |
Definition at line 11 of file ext_localconf.php.
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'indexed_search'][ 'external_parsers'] |
Definition at line 20 of file ext_localconf.php.
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 't3lib/class.t3lib_tcemain.php'][ 'processCmdmapClass'][ 'tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class |
Definition at line 17 of file ext_localconf.php.
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 't3lib/class.t3lib_tcemain.php'][ 'processDatamapClass'][ 'tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class |
Definition at line 18 of file ext_localconf.php.
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'tslib/class.tslib_fe.php'][ 'headerNoCache'][ 'tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook::class . '->headerNoCache' |
Definition at line 9 of file ext_localconf.php.
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'tslib/class.tslib_fe.php'][ 'pageIndexing'][] = \TYPO3\CMS\IndexedSearch\Indexer::class |
Definition at line 8 of file ext_localconf.php.
if (isset( $extConf[ 'useMysqlFulltext']) &&(bool) $extConf[ 'useMysqlFulltext']) else |
Definition at line 67 of file ext_localconf.php.