Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / video_embed_field / tests / modules / video_embed_field_mock_provider / src / Plugin / video_embed_field / Provider / MockProvider.php
index 58115e09effab18d43ddb0eae8b8359d28e4a035..da282f70d3a4cef08cd17e4f444edf935cf54781 100644 (file)
@@ -74,4 +74,18 @@ class MockProvider implements ProviderPluginInterface {
     return 'Video Name';
   }
 
+  /**
+   * {@inheritdoc}
+   */
+  public function getPluginId() {
+    return 'foo';
+  }
+
+  /**
+   * {@inheritdoc}
+   */
+  public function getPluginDefinition() {
+    return [];
+  }
+
 }