Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / zendframework / zend-feed / src / Writer / ExtensionPluginManager.php
index 98903c8d654aec78d1f934a64e85f6e172bf6ca7..7e2c4e42dfefb4a485ebceb92dd01392eb28ab62 100644 (file)
@@ -46,6 +46,30 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         'DublinCoreRendererFeed'     => Extension\DublinCore\Renderer\Feed::class,
         'DublinCoreRenderer\Feed'    => Extension\DublinCore\Renderer\Feed::class,
         'DublinCore\Renderer\Feed'   => Extension\DublinCore\Renderer\Feed::class,
+        'googleplaypodcastentry'           => Extension\GooglePlayPodcast\Entry::class,
+        'googleplaypodcastEntry'           => Extension\GooglePlayPodcast\Entry::class,
+        'googlePlayPodcastEntry'           => Extension\GooglePlayPodcast\Entry::class,
+        'GooglePlayPodcastEntry'           => Extension\GooglePlayPodcast\Entry::class,
+        'Googleplaypodcast\Entry'          => 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,
+        'GooglePlayPodcastFeed'            => Extension\GooglePlayPodcast\Feed::class,
+        'Googleplaypodcast\Feed'           => Extension\GooglePlayPodcast\Feed::class,
+        'GooglePlayPodcast\Feed'           => Extension\GooglePlayPodcast\Feed::class,
+        'googleplaypodcastrendererentry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'googleplaypodcastRendererEntry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'googlePlayPodcastRendererEntry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'GooglePlayPodcastRendererEntry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'GoogleplaypodcastRenderer\Entry'  => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'GooglePlayPodcast\Renderer\Entry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'googleplaypodcastrendererfeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'googleplaypodcastRendererFeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'googlePlayPodcastRendererFeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'GooglePlayPodcastRendererFeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'GoogleplaypodcastRenderer\Feed'   => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'GooglePlayPodcast\Renderer\Feed'  => Extension\GooglePlayPodcast\Renderer\Feed::class,
         'itunesentry'                => Extension\ITunes\Entry::class,
         'itunesEntry'                => Extension\ITunes\Entry::class,
         'iTunesEntry'                => Extension\ITunes\Entry::class,
@@ -97,6 +121,10 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         Extension\Content\Renderer\Entry::class       => InvokableFactory::class,
         Extension\DublinCore\Renderer\Entry::class    => InvokableFactory::class,
         Extension\DublinCore\Renderer\Feed::class     => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Entry::class          => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Feed::class           => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Renderer\Entry::class => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Renderer\Feed::class  => InvokableFactory::class,
         Extension\ITunes\Entry::class                 => InvokableFactory::class,
         Extension\ITunes\Feed::class                  => InvokableFactory::class,
         Extension\ITunes\Renderer\Entry::class        => InvokableFactory::class,
@@ -111,6 +139,11 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         'zendfeedwriterextensioncontentrendererentry'       => InvokableFactory::class,
         'zendfeedwriterextensiondublincorerendererentry'    => InvokableFactory::class,
         'zendfeedwriterextensiondublincorerendererfeed'     => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastentry'         => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastfeed'          => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastrendererentry' => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastrendererfeed'  => InvokableFactory::class,
+
         'zendfeedwriterextensionitunesentry'                => InvokableFactory::class,
         'zendfeedwriterextensionitunesfeed'                 => InvokableFactory::class,
         'zendfeedwriterextensionitunesrendererentry'        => InvokableFactory::class,