class DeleteLogoController extends AbstractDeleteController

Properties

protected SettingsRepositoryInterface $settings
protected Filesystem $uploadDir

Methods

ResponseInterface
handle(ServerRequestInterface $request)

{@inheritdoc}

delete(ServerRequestInterface $request)

Delete the resource.

__construct(SettingsRepositoryInterface $settings, Factory $filesystemFactory)

No description

Details

ResponseInterface handle(ServerRequestInterface $request)

{@inheritdoc}

Parameters

ServerRequestInterface $request

Return Value

ResponseInterface

protected delete(ServerRequestInterface $request)

Delete the resource.

Parameters

ServerRequestInterface $request

__construct(SettingsRepositoryInterface $settings, Factory $filesystemFactory)

Parameters

SettingsRepositoryInterface $settings
Factory $filesystemFactory