Newscoop\Service\IThemeService::getPresentationImages PHP Method

getPresentationImages() public method

Provides the array of ThemeResources that contain the images that provide the theme presentation.
public getPresentationImages ( Theme $theme ) : array
$theme Newscoop\Entity\Theme The theme to find the presentation resources for, not null.
return array The array containing the Newscoop\Entity\Resource, not null might be empty.
    function getPresentationImages(Theme $theme);