Skip to content
Snippets Groups Projects

Issue #3415772 | Drupal 10 compatibility

Files
14
<?php
<?php
/**
* @file
* Contains \Drupal\file_compressor_field\Annotation\FileCompressor.
*/
namespace Drupal\file_compressor_field\Annotation;
namespace Drupal\file_compressor_field\Annotation;
use Drupal\Component\Annotation\Plugin;
use Drupal\Component\Annotation\Plugin;
Loading