Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / video_embed_field / src / ProviderPluginInterface.php
index 7020c6413da7e08ce448cecefe26c454c5d55d89..863feeb33bacc1a00299d4e674b7814af6a21933 100644 (file)
@@ -1,11 +1,12 @@
 <?php
 
 namespace Drupal\video_embed_field;
+use Drupal\Component\Plugin\PluginInspectionInterface;
 
 /**
  * Providers an interface for embed providers.
  */
-interface ProviderPluginInterface {
+interface ProviderPluginInterface extends PluginInspectionInterface {
 
   /**
    * Check if the plugin is applicable to the user input.