visualn-8.x-1.x-dev/src/Core/AdapterWithJsInterface.php
src/Core/AdapterWithJsInterface.php
<?php
namespace Drupal\visualn\Core;
use Drupal\visualn\Core\AdapterInterface;
use Drupal\visualn\Core\VisualNPluginJsInterface;
/**
* Interface for VisualN Adapter plugins using js.
*
* @see \Drupal\visualn\Core\AdapterWithJsBase
*
* @ingroup adapter_plugins
*/
interface AdapterWithJsInterface extends AdapterInterface, VisualNPluginJsInterface {
}
