TYPO3 CMS  TYPO3_7-6
ext_localconf.php File Reference

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']['tx_indexedsearch_reindex'] = 'Re-indexing'
 
 $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']
 
 $GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['use_tables'] = 'index_phash,index_fulltext,index_rel,index_words,index_section,index_grlist,index_stat_search,index_stat_word,index_debug,index_config'
 
 $_EXTCONF = unserialize($_EXTCONF)
 

Variable Documentation

◆ $_EXTCONF

$_EXTCONF = unserialize($_EXTCONF)

Definition at line 66 of file ext_localconf.php.

◆ $GLOBALS [1/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'tslib/class.tslib_fe.php'][ 'pageIndexing'][] = \TYPO3\CMS\IndexedSearch\Indexer::class

Definition at line 26 of file ext_localconf.php.

◆ $GLOBALS [2/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'tslib/class.tslib_fe.php'][ 'headerNoCache'][ 'tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook::class . '->headerNoCache'

Definition at line 27 of file ext_localconf.php.

◆ $GLOBALS [3/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'crawler'][ 'procInstructions'][ 'tx_indexedsearch_reindex'] = 'Re-indexing'

Definition at line 29 of file ext_localconf.php.

◆ $GLOBALS [4/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'crawler'][ 'cli_hooks'][ 'tx_indexedsearch_crawl'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class

Definition at line 30 of file ext_localconf.php.

◆ $GLOBALS [5/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 't3lib/class.t3lib_tcemain.php'][ 'processCmdmapClass'][ 'tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class

Definition at line 32 of file ext_localconf.php.

◆ $GLOBALS [6/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 't3lib/class.t3lib_tcemain.php'][ 'processDatamapClass'][ 'tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class

Definition at line 33 of file ext_localconf.php.

◆ $GLOBALS [7/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'indexed_search'][ 'external_parsers']
Initial value:
= [
'pdf' => \TYPO3\CMS\IndexedSearch\FileContentParser::class

Definition at line 35 of file ext_localconf.php.

◆ $GLOBALS [8/8]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'indexed_search'][ 'use_tables'] = 'index_phash,index_fulltext,index_rel,index_words,index_section,index_grlist,index_stat_search,index_stat_word,index_debug,index_config'

Definition at line 64 of file ext_localconf.php.