‪TYPO3CMS  10.4
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 = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\MetaTag\MetaTagManagerRegistry::class)
 

Variable Documentation

◆ $GLOBALS [1/2]

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

Definition at line 7 of file ext_localconf.php.

◆ $GLOBALS [2/2]

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

Definition at line 5 of file ext_localconf.php.

◆ $metaTagManagerRegistry

$metaTagManagerRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\MetaTag\MetaTagManagerRegistry::class)

Definition at line 10 of file ext_localconf.php.