trait MetaTags

MetaTags trait

Methods

string
getUpdateMetaTagsMessage()

Get update metatags message name

ResponseInterface
updateMetaTagsController(ServerRequestInterface $request, ResponseInterface $response, Validator $data)

Update meta tags

Details

at line 24
protected string getUpdateMetaTagsMessage()

Get update metatags message name

Return Value

string

at line 37
ResponseInterface updateMetaTagsController(ServerRequestInterface $request, ResponseInterface $response, Validator $data)

Update meta tags

Parameters

ServerRequestInterface $request
ResponseInterface $response
Validator $data

Return Value

ResponseInterface