FileAudioFormatter.php

Same filename and directory in other branches
  1. 9 core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php
  2. 8.9.x core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php
  3. 10 core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php

Namespace

Drupal\file\Plugin\Field\FieldFormatter

File

core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php

View source
<?php

namespace Drupal\file\Plugin\Field\FieldFormatter;

use Drupal\Core\Field\Attribute\FieldFormatter;
use Drupal\Core\StringTranslation\TranslatableMarkup;

/**
 * Plugin implementation of the 'file_audio' formatter.
 */
class FileAudioFormatter extends FileMediaFormatterBase {
    
    /**
     * {@inheritdoc}
     */
    public static function getMediaType() {
        return 'audio';
    }

}

Classes

Title Deprecated Summary
FileAudioFormatter Plugin implementation of the 'file_audio' formatter.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.