S3fsCorsGenericFileFormatter.php in S3 File System CORS Upload 8
File
src/Plugin/Field/FieldFormatter/S3fsCorsGenericFileFormatter.phpView source
<?php
namespace Drupal\s3fs_cors\Plugin\Field\FieldFormatter;
use Drupal\file\Plugin\Field\FieldFormatter\GenericFileFormatter;
/**
* Plugin implementation of the 'file_default' formatter for s3fs cors files.
*
* @FieldFormatter(
* id = "s3fs_cors_file_default",
* label = @Translation("Generic s3fs cors file"),
* field_types = {
* "s3fs_cors_file"
* }
* )
*/
class S3fsCorsGenericFileFormatter extends GenericFileFormatter {
}
Classes
Name | Description |
---|---|
S3fsCorsGenericFileFormatter | Plugin implementation of the 'file_default' formatter for s3fs cors files. |