MetaTagGenerator

Read onlyYes

Class to add the metatags for the SEO fields in core

Internal
Attributes
#[Autoconfigure]
$public: true

Table of Contents

Properties

$metaTagManagerRegistry  : MetaTagManagerRegistry

Methods

__construct()  : mixed
generate()  : mixed
Generate the meta tags that can be set in backend and add them to frontend by using the MetaTag API
generateAbsoluteImageUri()  : string
generateSocialImages()  : array<string|int, mixed>
processSocialImage()  : FileInterface

Properties

Methods

generate()

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

public generate(array<string|int, mixed> $params) : mixed
Parameters
$params : array<string|int, mixed>

generateAbsoluteImageUri()

protected generateAbsoluteImageUri(FileInterface $image, ServerRequestInterface $request) : string
Parameters
$image : FileInterface
$request : ServerRequestInterface
Return values
string

generateSocialImages()

protected generateSocialImages(array<int, FileReference$fileReferences, ServerRequestInterface $request) : array<string|int, mixed>
Parameters
$fileReferences : array<int, FileReference>
$request : ServerRequestInterface
Return values
array<string|int, mixed>
On this page

Search results