You are here

Files in AudioField 8

Primary tabs

File namesort descending Location Namespace Description
audiofield-download-links.html.twig templates/audiofield-download-links.html.twig Default theme implementation for AudioField audioplayer download links.
audiofield.audiojs.css css/audiofield.audiojs.css /* * Audio.js requires custom styling */ .audiofield-audiojs audio { position: absolute; left: -1px; } .audiofield-audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px; …
audiofield.css css/audiofield.css /* * some players do not expect the box-sizing setting for Drupal 8, so we reset it here */ .audiofield { -webkit-box-sizing: content-box; box-sizing: content-box; } /* * be certain all floated content is visible */ .audiofield:after { …
audiofield.info.yml audiofield.info.yml audiofield.info.yml
audiofield.install audiofield.install Installation file for Audiofield module.
audiofield.libraries.yml audiofield.libraries.yml audiofield.libraries.yml
audiofield.mediaelement.css css/audiofield.mediaelement.css /* * Mediaelement requires custom styling to avoid dual-element overlay. */ .mediaelementaudio_frame .mejs__mediaelement { display: none; }
audiofield.module audiofield.module Drupal Module: Audiofield.
audiofield.projekktor.css css/audiofield.projekktor.css /* * Projekktor requires custom styling to prevent looking like a video player. */ .audiofield-projekktor { height: 38px; } .audiofield-projekktor .ppcontrols { opacity: 100; } .audiofield-projekktor .ppdisplay, .audiofield-projekktor .ppstart…
audiofield.schema.yml config/schema/audiofield.schema.yml config/schema/audiofield.schema.yml
audiofield.services.yml audiofield.services.yml audiofield.services.yml
audiofield.wavesurfer.css css/audiofield.wavesurfer.css /* * Waveform requires custom styling as it is not built in to the library. */ .audiofield-wavesurfer .player-button { color: #fff; background-color: #337ab7; display: inline-block; padding: 6px 12px; margin-bottom: 0; text-align:…
AudiofieldCommands.php src/Commands/AudiofieldCommands.php Drupal\audiofield\Commands
AudioFieldFieldFormatter.php src/Plugin/Field/FieldFormatter/AudioFieldFieldFormatter.php Drupal\audiofield\Plugin\Field\FieldFormatter
AudioFieldPlayerManager.php src/AudioFieldPlayerManager.php Drupal\audiofield
AudioFieldPluginBase.php src/AudioFieldPluginBase.php Drupal\audiofield
AudioJsAudioPlayer.php src/Plugin/AudioPlayer/AudioJsAudioPlayer.php Drupal\audiofield\Plugin\AudioPlayer
audioplayer--audiojs.html.twig templates/audioplayer--audiojs.html.twig Default theme implementation for Audio.js audio player.
audioplayer--jplayer--default-multiple.html.twig templates/audioplayer--jplayer--default-multiple.html.twig Multiple file theme implementation for jPlayer audio player.
audioplayer--jplayer--default-single.html.twig templates/audioplayer--jplayer--default-single.html.twig Single file default theme implementation for jPlayer audio player.
audioplayer--jplayer--jplayer-circle.html.twig templates/audioplayer--jplayer--jplayer-circle.html.twig Default theme implementation for jPlayer audio player.
audioplayer--jplayer.html.twig templates/audioplayer--jplayer.html.twig Circle theme implementation for jPlayer audio player.
audioplayer--mediaelement.html.twig templates/audioplayer--mediaelement.html.twig Default theme implementation for Media Element audio player.
audioplayer--projekktor.html.twig templates/audioplayer--projekktor.html.twig Default theme implementation for Projekktor audio player.
audioplayer--soundmanager--barui.html.twig templates/audioplayer--soundmanager--barui.html.twig Bar UI theme implementation for SoundManager audio player.
audioplayer--soundmanager--inlineplayer.html.twig templates/audioplayer--soundmanager--inlineplayer.html.twig Inline player theme implementation for SoundManager audio player.
audioplayer--soundmanager--player360.html.twig templates/audioplayer--soundmanager--player360.html.twig Player 360 theme implementation for SoundManager audio player.
audioplayer--soundmanager.html.twig templates/audioplayer--soundmanager.html.twig Default theme implementation for SoundManager audio player.
audioplayer--wavesurfer--playlist.html.twig templates/audioplayer--wavesurfer--playlist.html.twig Playlist theme implementation for Wavesurfer audio player.
audioplayer--wavesurfer.html.twig templates/audioplayer--wavesurfer.html.twig Default theme implementation for Wavesurfer audio player.
audioplayer--wordpress.html.twig templates/audioplayer--wordpress.html.twig Default theme implementation for Wordpress audio player.
audioplayer.html.twig templates/audioplayer.html.twig Default implementation for Audiofield audio players.
AudioPlayer.php src/Annotation/AudioPlayer.php Drupal\audiofield\Annotation
DefaultMp3Player.php src/Plugin/AudioPlayer/DefaultMp3Player.php Drupal\audiofield\Plugin\AudioPlayer
drush.services.yml drush.services.yml drush.services.yml
JPlayerAudioPlayer.php src/Plugin/AudioPlayer/JPlayerAudioPlayer.php Drupal\audiofield\Plugin\AudioPlayer
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim…
MediaElementAudioPlayer.php src/Plugin/AudioPlayer/MediaElementAudioPlayer.php Drupal\audiofield\Plugin\AudioPlayer
ProjekktorAudioPlayer.php src/Plugin/AudioPlayer/ProjekktorAudioPlayer.php Drupal\audiofield\Plugin\AudioPlayer
SoundManagerAudioPlayer.php src/Plugin/AudioPlayer/SoundManagerAudioPlayer.php Drupal\audiofield\Plugin\AudioPlayer
WavesurferAudioPlayer.php src/Plugin/AudioPlayer/WavesurferAudioPlayer.php Drupal\audiofield\Plugin\AudioPlayer
WordPressAudioPlayer.php src/Plugin/AudioPlayer/WordPressAudioPlayer.php Drupal\audiofield\Plugin\AudioPlayer

Other projects