for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Spryker Suite.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/
declare(strict_types = 1);
namespace Pyz\Zed\FileManager;
use Spryker\Zed\FileManager\FileManagerDependencyProvider as SprykerFileManagerDependencyProvider;
use SprykerFeature\Zed\SspFileManagement\Communication\Plugin\FileManager\FileAttachmentFilePreDeletePlugin;
class FileManagerDependencyProvider extends SprykerFileManagerDependencyProvider
{
* @return list<\Spryker\Zed\FileManagerExtension\Dependency\Plugin\FilePreDeletePluginInterface>
protected function getFilePreDeletePlugins(): array
return [
return array(new Spryker...tFilePreDeletePlugin())
array<integer,SprykerFea...entFilePreDeletePlugin>
Pyz\Zed\FileManager\list
new FileAttachmentFilePreDeletePlugin(),
];
}