‪TYPO3CMS  ‪main
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['TYPO3\CMS\Frontend\Page\PageGenerator']['generateMetaTags']['metatag']
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['TYPO3\CMS\Frontend\Page\PageGenerator']['generateMetaTags']['canonical']
 
 $metaTagManagerRegistry = GeneralUtility::makeInstance(MetaTagManagerRegistry::class)
 

Variable Documentation

◆ $GLOBALS [1/2]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'TYPO3\CMS\Frontend\Page\PageGenerator'][ 'generateMetaTags'][ 'canonical']
Initial value:
=
CanonicalGenerator::class . '->generate'

Definition at line 17 of file ext_localconf.php.

◆ $GLOBALS [2/2]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'TYPO3\CMS\Frontend\Page\PageGenerator'][ 'generateMetaTags'][ 'metatag']
Initial value:
=
MetaTagGenerator::class . '->generate'

Definition at line 15 of file ext_localconf.php.

◆ $metaTagManagerRegistry

$metaTagManagerRegistry = GeneralUtility::makeInstance(MetaTagManagerRegistry::class)

Definition at line 20 of file ext_localconf.php.