PHP Interface Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderInterface

Mostrar archivo Open project: sulu/sulu

Public Methods

Method Description
find ( array $ids, string $locale ) : Teaser[] Returns teasers by ids.
getConfiguration ( ) : TeaserConfiguration Return configuration for content-type.

Method Details

find() public method

Returns teasers by ids.
public find ( array $ids, string $locale ) : Teaser[]
$ids array
$locale string
return Sulu\Bundle\ContentBundle\Teaser\Teaser[]

getConfiguration() public method

Return configuration for content-type.
public getConfiguration ( ) : TeaserConfiguration
return Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration