StaticSeoUrlReadServiceInterface
in
Interface StaticSeoUrlReadServiceInterface
Tags
Table of Contents
- getAllStaticSeoUrls() : StaticSeoUrlCollection
- Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
- getStaticSeoUrlById() : StaticSeoUrlInterface
- Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
Methods
getAllStaticSeoUrls()
Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
public
getAllStaticSeoUrls() : StaticSeoUrlCollection
Return values
StaticSeoUrlCollection —getStaticSeoUrlById()
Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
public
getStaticSeoUrlById(IdType $staticSeoUrlId) : StaticSeoUrlInterface
Parameters
- $staticSeoUrlId : IdType