embedpress
/
vendor
/
wpdevelopers
/
embera
/
src
/
Embera
/
ProviderCollection
/
DefaultProviderCollection.php
CustomProviderCollection.php
5 years ago
DefaultProviderCollection.php
5 years ago
ProviderCollectionAdapter.php
5 years ago
ProviderCollectionInterface.php
5 years ago
SlimProviderCollection.php
5 years ago
DefaultProviderCollection.php
221 lines
| 1 | <?php |
| 2 | /** |
| 3 | * DefaultProviderCollection.php |
| 4 | * |
| 5 | * @package Embera |
| 6 | * @author Michael Pratt <yo@michael-pratt.com> |
| 7 | * @link http://www.michael-pratt.com/ |
| 8 | * |
| 9 | * For the full copyright and license information, please view the LICENSE |
| 10 | * file that was distributed with this source code. |
| 11 | */ |
| 12 | |
| 13 | namespace Embera\ProviderCollection; |
| 14 | |
| 15 | /** |
| 16 | * Basically its a wrapper for the ProvidercollectionAdapter but defines the |
| 17 | * default providers supported by the library |
| 18 | */ |
| 19 | class DefaultProviderCollection extends ProviderCollectionAdapter |
| 20 | { |
| 21 | /** inline {@inheritdoc} */ |
| 22 | public function __construct(array $config = []) |
| 23 | { |
| 24 | parent::__construct($config); |
| 25 | $this->registerProvider([ |
| 26 | 'TwentyThreeHq', |
| 27 | 'ActBlue', |
| 28 | 'Adways', |
| 29 | 'Altru', |
| 30 | 'AmCharts', |
| 31 | 'Animoto', |
| 32 | 'AnnieMusic', |
| 33 | 'Apester', |
| 34 | 'Archivos', |
| 35 | 'Audioboom', |
| 36 | 'AudioClip', |
| 37 | 'Audiomack', |
| 38 | 'Avocode', |
| 39 | 'Backtracks', |
| 40 | 'BeautifulAI', |
| 41 | 'BlackfireIO', |
| 42 | 'Blogcast', |
| 43 | 'Buttondown', |
| 44 | 'Byzart', |
| 45 | 'Ceros', |
| 46 | 'ChartBlocks', |
| 47 | 'Chirbit', |
| 48 | 'CircuitLab', |
| 49 | 'Clyp', |
| 50 | 'CocoCorp', |
| 51 | 'CodeHS', |
| 52 | 'CodePen', |
| 53 | 'Codepoints', |
| 54 | 'CodeSandbox', |
| 55 | 'Commaful', |
| 56 | 'Coub', |
| 57 | 'Cueup', |
| 58 | 'Datawrapper', |
| 59 | 'DailyMotion', |
| 60 | 'Deseretnews', |
| 61 | 'Deviantart', |
| 62 | 'Didacte', |
| 63 | 'Digiteka', |
| 64 | 'DocDroid', |
| 65 | 'DotSUB', |
| 66 | 'EduMedia', |
| 67 | 'Embedery', |
| 68 | 'Ethfiddle', |
| 69 | 'Eyrie', |
| 70 | 'Facebook', |
| 71 | 'Fader', |
| 72 | 'FaithLifeTV', |
| 73 | 'Fitapp', |
| 74 | 'FITE', |
| 75 | 'Flickr', |
| 76 | 'Flourish', |
| 77 | 'GeographUk', |
| 78 | 'GeographCI', |
| 79 | 'GeographDE', |
| 80 | 'GetShow', |
| 81 | 'GettyImages', |
| 82 | 'Gfycat', |
| 83 | 'Giphy', |
| 84 | 'GloriaTV', |
| 85 | 'Gyazo', |
| 86 | 'Hearthis', |
| 87 | 'HiHaHo', |
| 88 | 'Huffduffer', |
| 89 | 'iFixit', |
| 90 | 'IHeartRadio', |
| 91 | 'Infogram', |
| 92 | 'Infoveave', |
| 93 | 'Injurymap', |
| 94 | 'Inoreader', |
| 95 | 'Instagram', |
| 96 | 'Issuu', |
| 97 | 'Jovian', |
| 98 | 'KakaoTV', |
| 99 | 'Kickstarter', |
| 100 | 'Kidoju', |
| 101 | 'KirimEmail', |
| 102 | 'Kit', |
| 103 | 'Kmdr', |
| 104 | 'Knacki', |
| 105 | 'LearningApps', |
| 106 | 'LillePod', |
| 107 | 'Livestream', |
| 108 | 'Loom', |
| 109 | 'Ludus', |
| 110 | 'Lumiere', |
| 111 | 'Matterport', |
| 112 | 'MediaLab', |
| 113 | 'MedienArchivKuenste', |
| 114 | 'MermaidInk', |
| 115 | 'Meetup', |
| 116 | 'MessesInfo', |
| 117 | 'MicrosoftStream', |
| 118 | 'MixCloud', |
| 119 | 'ModeloIO', |
| 120 | 'MusicboxManiacs', |
| 121 | 'Namchey', |
| 122 | 'Nanoo', |
| 123 | 'NaturalAtlas', |
| 124 | 'Nfb', |
| 125 | 'NoPaste', |
| 126 | 'Omniscope', |
| 127 | 'OnSizzle', |
| 128 | 'OraTV', |
| 129 | 'Orbitvu', |
| 130 | 'Outplayed', |
| 131 | 'OverflowIO', |
| 132 | 'Oz', |
| 133 | 'Padlet', |
| 134 | 'Pastery', |
| 135 | 'Pinpoll', |
| 136 | 'Pixdor', |
| 137 | 'Playbuzz', |
| 138 | 'Podbean', |
| 139 | 'PolariShare', |
| 140 | 'Polldaddy', |
| 141 | 'Portfolium', |
| 142 | 'Posixion', |
| 143 | 'RadioPublic', |
| 144 | 'Rcvis', |
| 145 | 'Reddit', |
| 146 | 'ReleaseWire', |
| 147 | 'Replit', |
| 148 | 'ReverbNation', |
| 149 | 'Roomshare', |
| 150 | 'RoosterTeeth', |
| 151 | 'Rumble', |
| 152 | 'RunKit', |
| 153 | 'Saooti', |
| 154 | 'SapoVideos', |
| 155 | 'ScreenNine', |
| 156 | 'Screencast', |
| 157 | 'ScribbleMaps', |
| 158 | 'Scribd', |
| 159 | 'SendToNews', |
| 160 | 'Shortnote', |
| 161 | 'Shoudio', |
| 162 | 'ShowTheWay', |
| 163 | 'Simplecast', |
| 164 | 'Sketchfab', |
| 165 | 'Slideshare', |
| 166 | 'SmashNotes', |
| 167 | 'Smugmug', |
| 168 | 'SocialExplorer', |
| 169 | 'SongLink', |
| 170 | 'SoundCloud', |
| 171 | 'SpeakerDeck', |
| 172 | 'Spotful', |
| 173 | 'Spotify', |
| 174 | 'Spreaker', |
| 175 | 'StandfordDigitalRepository', |
| 176 | 'Streamable', |
| 177 | 'Subscribi', |
| 178 | 'Sudomemo', |
| 179 | 'Sutori', |
| 180 | 'Sway', |
| 181 | 'Ted', |
| 182 | 'TheNewYorkTimes', |
| 183 | 'Tickcounter', |
| 184 | 'TikTok', |
| 185 | 'Toornament', |
| 186 | 'TourHero', |
| 187 | 'Tumblr', |
| 188 | 'Tuxx', |
| 189 | 'Tvcf', |
| 190 | 'Twitter', |
| 191 | 'Typecast', |
| 192 | 'Typlog', |
| 193 | 'UniversitePantheonSorbonne', |
| 194 | 'UniversityCambridgeMap', |
| 195 | 'Uppy', |
| 196 | 'UstreamTV', |
| 197 | 'Ustudio', |
| 198 | 'Veer', |
| 199 | 'Verse', |
| 200 | 'Vidyard', |
| 201 | 'Vimeo', |
| 202 | 'Viously', |
| 203 | 'Vlipsy', |
| 204 | 'Vlive', |
| 205 | 'WaveVideo', |
| 206 | 'WolframCloud', |
| 207 | 'VoxSnap', |
| 208 | 'Wistia', |
| 209 | 'Wizer', |
| 210 | 'Wokwi', |
| 211 | 'Wordpress', |
| 212 | 'Wordwall', |
| 213 | 'Youtube', |
| 214 | 'Zeplin', |
| 215 | 'Zingsoft', |
| 216 | 'ZnipeTV', |
| 217 | 'Zoomable', |
| 218 | ]); |
| 219 | } |
| 220 | } |
| 221 |