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

Public Member Functions

 generate (array $params)
 

Protected Member Functions

array generateSocialImages (array $fileReferences)
 
 processSocialImage (FileReference $fileReference)
 

Detailed Description

Class to add the metatags for the SEO fields in core

Definition at line 34 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 41 of file MetaTagGenerator.php.

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

◆ generateSocialImages()

array TYPO3\CMS\Seo\MetaTag\MetaTagGenerator::generateSocialImages ( array  $fileReferences)
protected
Parameters
list<FileReference>‪$fileReferences
Returns
‪array

Definition at line 131 of file MetaTagGenerator.php.

References TYPO3\CMS\Seo\MetaTag\MetaTagGenerator\processSocialImage().

Referenced by TYPO3\CMS\Seo\MetaTag\MetaTagGenerator\generate().

◆ processSocialImage()