‪TYPO3CMS  9.5
TYPO3\CMS\Seo\MetaTag\MetaTagGenerator Class Reference

Public Member Functions

 generate (array $params)
 

Protected Member Functions

array generateSocialImages (array $fileReferences)
 

Detailed Description

Class to add the metatags for the SEO fields in core

Definition at line 32 of file MetaTagGenerator.php.

Member Function Documentation

◆ generate()

TYPO3\CMS\Seo\MetaTag\MetaTagGenerator::generate ( array  $params)

Generate the meta tags that can be set in backend and add them to frontend by using the MetaTag API

Parameters
array$params

Definition at line 39 of file MetaTagGenerator.php.

References $metaTagManagerRegistry, and TYPO3\CMS\Seo\MetaTag\MetaTagGenerator\generateSocialImages().

◆ generateSocialImages()

array TYPO3\CMS\Seo\MetaTag\MetaTagGenerator::generateSocialImages ( array  $fileReferences)
protected