SliderRepositoryReaderInterface

Extends

Interface SliderRepositoryReaderInterface

category

System

package

Slider

subpackage

Interfaces

Methods

Returns a SliderCollection with all existing Slider objects.

getAll() : \SliderCollection

Returns a Slider instance by the given slider ID.

getById(\IdType $sliderId) : \SliderInterface

Arguments

$sliderId

\IdType

Response

\SliderInterface

Get the Slider for the start page.

getStartPageSlider() : \SliderInterface|null

Response

\SliderInterface|null

Returns the start page slider instance or null if no record was found.