Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / zendframework / zend-feed / src / Reader / ExtensionPluginManager.php
index a2b5fffa375246165ac365796afea491d0182486..e09c3176517d9d4ae5ee16344bd0221838ae5dae 100644 (file)
@@ -56,6 +56,14 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         'dublinCoreFeed'       => Extension\DublinCore\Feed::class,
         'DublinCoreFeed'       => Extension\DublinCore\Feed::class,
         'DublinCore\Feed'      => Extension\DublinCore\Feed::class,
+        'googleplaypodcastentry'  => Extension\GooglePlayPodcast\Entry::class,
+        'googlePlayPodcastEntry'  => Extension\GooglePlayPodcast\Entry::class,
+        'GooglePlayPodcastEntry'  => Extension\GooglePlayPodcast\Entry::class,
+        'GooglePlayPodcast\Entry' => Extension\GooglePlayPodcast\Entry::class,
+        'googleplaypodcastfeed'   => Extension\GooglePlayPodcast\Feed::class,
+        'googlePlayPodcastFeed'   => Extension\GooglePlayPodcast\Feed::class,
+        'GooglePlayPodcastFeed'   => Extension\GooglePlayPodcast\Feed::class,
+        'GooglePlayPodcast\Feed'  => Extension\GooglePlayPodcast\Feed::class,
         'podcastentry'         => Extension\Podcast\Entry::class,
         'podcastEntry'         => Extension\Podcast\Entry::class,
         'PodcastEntry'         => Extension\Podcast\Entry::class,
@@ -95,6 +103,8 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         Extension\CreativeCommons\Feed::class  => InvokableFactory::class,
         Extension\DublinCore\Entry::class      => InvokableFactory::class,
         Extension\DublinCore\Feed::class       => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Entry::class => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Feed::class  => InvokableFactory::class,
         Extension\Podcast\Entry::class         => InvokableFactory::class,
         Extension\Podcast\Feed::class          => InvokableFactory::class,
         Extension\Slash\Entry::class           => InvokableFactory::class,
@@ -111,6 +121,8 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         'zendfeedreaderextensioncreativecommonsfeed'  => InvokableFactory::class,
         'zendfeedreaderextensiondublincoreentry'      => InvokableFactory::class,
         'zendfeedreaderextensiondublincorefeed'       => InvokableFactory::class,
+        'zendfeedreaderextensiongoogleplaypodcastentry' => InvokableFactory::class,
+        'zendfeedreaderextensiongoogleplaypodcastfeed'  => InvokableFactory::class,
         'zendfeedreaderextensionpodcastentry'         => InvokableFactory::class,
         'zendfeedreaderextensionpodcastfeed'          => InvokableFactory::class,
         'zendfeedreaderextensionslashentry'           => InvokableFactory::class,