StaticSeoUrlWriteServiceInterface

Extends

Interface StaticSeoUrlWriteServiceInterface

category

System

package

StaticSeoUrl

subpackage

Interfaces

Methods

Deletes a StaticSeoUrl by the given static seo url ID.

deleteStaticSeoUrlById(\IdType $staticSeoUrlId) : \StaticSeoUrlWriteServiceInterface

Arguments

$staticSeoUrlId

\IdType

Response

\StaticSeoUrlWriteServiceInterface

Same instance for method chaining.

Saves a static seo url to the database and delegates to child-repositories.

saveStaticSeoUrl(\StaticSeoUrlInterface $staticSeoUrl) : \StaticSeoUrlInterface

Arguments

$staticSeoUrl

\StaticSeoUrlInterface

Response

\StaticSeoUrlInterface

The StaticSeoUrl instance.