StaticSeoUrlRepositoryDeleterInterface
in
Interface StaticSeoUrlRepositoryDeleterInterface
Tags
Table of Contents
- deleteById() : StaticSeoUrlRepositoryDeleterInterface
- Deletes a StaticSeoUrl by the given staticSeoUrl ID.
Methods
deleteById()
Deletes a StaticSeoUrl by the given staticSeoUrl ID.
public
deleteById(IdType $staticSeoUrlId) : StaticSeoUrlRepositoryDeleterInterface
Parameters
- $staticSeoUrlId : IdType
Return values
StaticSeoUrlRepositoryDeleterInterface —Same instance for method chaining.