class DeleteLogoController extends AbstractDeleteController

Properties

protected SettingsRepositoryInterface $settings
protected Filesystem $uploadDir

Methods

ResponseInterface
handle(ServerRequestInterface $request)

<p>{@inheritdoc}</p>

delete(ServerRequestInterface $request)

<p>Delete the resource.</p>

__construct(SettingsRepositoryInterface $settings, Factory $filesystemFactory)

No description

Details

ResponseInterface handle(ServerRequestInterface $request)

<p>{@inheritdoc}</p>

Parameters

ServerRequestInterface $request

Return Value

ResponseInterface

protected delete(ServerRequestInterface $request)

<p>Delete the resource.</p>

Parameters

ServerRequestInterface $request

__construct(SettingsRepositoryInterface $settings, Factory $filesystemFactory)

Parameters

SettingsRepositoryInterface $settings
Factory $filesystemFactory